mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-05 22:51:54 -07:00
mod-wer for Xinerama was inadvertently changed
This commit is contained in:
@@ -148,6 +148,6 @@ keys = M.fromList $
|
|||||||
-- mod-wer (underneath 123) switches to physical/Xinerama screens 1 2 and 3
|
-- mod-wer (underneath 123) switches to physical/Xinerama screens 1 2 and 3
|
||||||
++
|
++
|
||||||
[((m .|. modMask, key), screenWorkspace sc >>= f)
|
[((m .|. modMask, key), screenWorkspace sc >>= f)
|
||||||
| (key, sc) <- zip [xK_s, xK_d, xK_f] [0..]
|
| (key, sc) <- zip [xK_w, xK_e, xK_r] [0..]
|
||||||
, (f, m) <- [(view, 0), (tag, shiftMask)]]
|
, (f, m) <- [(view, 0), (tag, shiftMask)]]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user