mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-07 23:41:52 -07:00
Fix A.OnScreen example code typo
This commit is contained in:
@@ -180,7 +180,7 @@ toggleOrView' f i st = fromMaybe (f i st) $ do
|
|||||||
--
|
--
|
||||||
-- A more basic version inside the default keybindings would be:
|
-- A more basic version inside the default keybindings would be:
|
||||||
--
|
--
|
||||||
-- > , ((modm .|. controlMask, xK_1) windows (viewOnScreen 0 "1"))
|
-- > , ((modm .|. controlMask, xK_1), windows (viewOnScreen 0 "1"))
|
||||||
--
|
--
|
||||||
-- where 0 is the first screen and \"1\" the workspace with the tag \"1\".
|
-- where 0 is the first screen and \"1\" the workspace with the tag \"1\".
|
||||||
--
|
--
|
||||||
|
Reference in New Issue
Block a user