Skip to content

Instantly share code, notes, and snippets.

@norrs
Created October 7, 2014 19:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save norrs/26f222d8514259cfbf30 to your computer and use it in GitHub Desktop.
Save norrs/26f222d8514259cfbf30 to your computer and use it in GitHub Desktop.
-- mod-[1..9] %! Switch to workspace N
-- mod-shift-[1..9] %! Move client to workspace N
[((m .|. modMask, k), windows $ f i)
| (i, k) <- zip (XMonad.workspaces conf) [xK_1 .. xK_9]
, (f, m) <- [(W.greedyView, 0), (W.shift, shiftMask)]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment