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)

-- 

Richard Kolkovich
http://www.sigil.org

-- 
To unsubscribe, send mail to [email protected].

Reply via email to