mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -07:00
CopyWindow: update usage info
This commit is contained in:
parent
253fab0861
commit
d9258cb5fa
@ -35,7 +35,7 @@ import StackSet
|
||||
-- > -- mod-shift-[1..9] @@ Move client to workspace N
|
||||
-- > -- mod-control-shift-[1..9] @@ Copy client to workspace N
|
||||
-- > [((m .|. modMask, k), f i)
|
||||
-- > | (i, k) <- zip [0..fromIntegral (workspaces-1)] [xK_1 ..]
|
||||
-- > | (i, k) <- zip workspaces [xK_1 ..]
|
||||
-- > , (f, m) <- [(view, 0), (shift, shiftMask), (copy, shiftMask .|. controlMask)]]
|
||||
--
|
||||
-- you may also wish to redefine the binding to kill a window so it only
|
||||
|
Loading…
x
Reference in New Issue
Block a user