forked from colonelpanic/dotfiles
[XMonad] Add custom workspace names
This commit is contained in:
parent
1547f8e216
commit
5244936a1c
@ -60,6 +60,7 @@ getClassRemap = do
|
||||
main = xmonad $ ewmh $ pagerHints def
|
||||
{ modMask = mod4Mask
|
||||
, terminal = "urxvt"
|
||||
, workspaces = ["Main", "Chat", "Music", "Sports", "Podcast", "Minimize", "7", "8", "9"]
|
||||
, manageHook = manageDocks <+> manageHook def
|
||||
, layoutHook = myLayoutHook
|
||||
, logHook = myLogHook
|
||||
|
Loading…
Reference in New Issue
Block a user