Skip to content

Instantly share code, notes, and snippets.

@divarvel
Created October 12, 2012 15:03
Show Gist options
  • Save divarvel/3879641 to your computer and use it in GitHub Desktop.
Save divarvel/3879641 to your computer and use it in GitHub Desktop.
Xmonad workspaces
myWorkspaces = zipWith (++)
(map show [1..12]) $
map (":"++)
[ "Web"
, "Code"
, "SSH"
, "Social"
, "Email"
, "Music"
, "Video"
, "Docs"
, "Sys"
] ++ repeat ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment