-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

On 24.05.2012 11:20, Rainer M Krug wrote:
> On 24/05/12 10:53, Uli Schlachter wrote:
[...]
>> awful.key({ modkey, "Shift" }, "Left", function()
>> awful.tag.viewprev(mouse.screen == 1 and 2 or 1) end), awful.key({
>> modkey, "Shift" }, "Right", function() awful.tag.viewnext(mouse.screen ==
>> 1 and 2 or 1) end),
> 
> Looks very nice - thanks, but nope - at least not for me its not working. I
> don't even get
> 
> awful.key({ modkey, "Shift"   }, "Left",  function() awful.tag.viewprev(2)
> end),
> 
> to work.
> 
> Any ideas, or is it my config?

Argh, all these inconsistencies.

  awful.key({ modkey, "Shift"   }, "Left", function()
    awful.tag.viewprev(screen[2])
  end),

awful.key({ modkey, "Shift" }, "Left", function()
  local s = mouse.screen == 1 and 2 or 1
  awful.tag.viewprev(screen[s])
end),

Uli
- -- 
- - He made himself, me nothing, you nothing out of the dust
- - Er machte sich mir nichts, dir nichts aus dem Staub
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQEcBAEBCAAGBQJPvp9aAAoJECLkKOvLj8sG/UwH/inlrJRnLebN9UoNVaEf9qiG
QrUc3yxwwJC9RvzUe7NAg9EeabqgXOUgha0hN8RgJuTvln5+VKvFQ0yKWfghNxjr
6+jR3eAS+WVjaLCK5p7dVhdIa1QMQOCXls1EGv65NzK2Ji92fvfzCcDmTKSbWUt/
SjSaBH/CktlxzqrHWuHuRypcfwsxBSu4z/9lAZy0q0aoe2dUbGBi2bxnIWA1NSMT
ywv9Eci5YECaSrK9vwBtjGCe3ofYmmvLQkZUZFXp0Z6S0HXb3WqMak8HbmLWK+Co
Mwm/4xn9OFy5feB2PQWPf1H8csCymJ8X8obiq4NPuR78iAY763u47130H0xSeHc=
=F2Fp
-----END PGP SIGNATURE-----

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

Reply via email to