mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-09-02 12:13:48 -07:00
fix Commands to work with new workspaces.
This commit is contained in:
@@ -59,7 +59,7 @@ commandMap c = M.fromList c
|
|||||||
|
|
||||||
workspaceCommands :: [(String, X ())]
|
workspaceCommands :: [(String, X ())]
|
||||||
workspaceCommands = [((m ++ show i), f (fromIntegral i))
|
workspaceCommands = [((m ++ show i), f (fromIntegral i))
|
||||||
| i <- [0 .. workspaces - 1]
|
| i <- workspaces
|
||||||
, (f, m) <- [(view, "view"), (shift, "shift")]
|
, (f, m) <- [(view, "view"), (shift, "shift")]
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user