-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 22/05/12 18:46, Richard Kolkovich wrote: > On Tue, May 22, 2012 at 5:07 AM, Rainer M Krug <[email protected]> wrote: >> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 >> >> Hi >> >> Is it possible to switch tags on the screen, which is not the active one? In >> other words, my >> mouse is on screen 1, can I switch tags on screen 2? > > With a keymapping, you could use mouse.screen to select the other screen: > > if mouse.screen == 1 then screen = 2 else screen = 1 end > awful.tag.viewnext(screen) >
Thanks - very useful. Cheers, Rainer - -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany) Centre of Excellence for Invasion Biology Stellenbosch University South Africa Tel : +33 - (0)9 53 10 27 44 Cell: +33 - (0)6 85 62 59 98 Fax : +33 - (0)9 58 10 27 44 Fax (D): +49 - (0)3 21 21 25 22 44 email: [email protected] Skype: RMkrug -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk+8nUMACgkQoYgNqgF2egpp4QCePtEXiGU8lVMIBmLMfAZPWICR OsAAoIY0Zr/a8UUgoxdNpeuvFZXVrnDc =597w -----END PGP SIGNATURE----- -- To unsubscribe, send mail to [email protected].
