-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 22/05/12 21:15, Uli Schlachter wrote:
> Hi,
>
> On 22.05.2012 13:07, Rainer M Krug wrote:
>> 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?
>
> Assuming you don't want to go to the other screen and switch tags there and
> go back, you'll
> have to edit the default config.
Exactly - that is what I want to avoid. Reasoning: I am working on a script (on
screen 2) which
produces a graph - now I want to check the graph, but also, from time to time,
have to look in the
document where I have the raw data, and both are on screen 1. Now I don't want
to move my mouse,
switch on screen 1, and move my mouse back - so a keyboard shortcut, which
executed from whatever
active screen, switches to the next tag on screen1, would solve the problem.
> However, since I don't have any good ideas for key combos and what exactly
> the should do...
I am using modkey-right and modkey-left to switch between tags on the active
screen - so would it
be possible to switch with modkey-1-left on screen 1?
Richard Kolkowitch suggested:
if mouse.screen == 1 then
screen = 2
else
screen = 1
end
awful.tag.viewnext(screen)
to switch on the non-active screen (thanks!) - could I then map
awful.tag.viewnext(screen) to modkey-1-left ?
>
> (What if there is more than one screen? What modifier combination isn't used
> yet with the
> number keys?)
Good points - hopefully above clarifies.
Cheers,
Rainer
>
> Uli
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk+8nzIACgkQoYgNqgF2egpzjwCdGfD5F6P6q9SzyO2X6oJsfkR3
nOAAn1HjiX+RFKSF1hsxh+wYvoNJOYgu
=E4pO
-----END PGP SIGNATURE-----
--
To unsubscribe, send mail to [email protected].