[XMonad] Don't name workspaces by default
This commit is contained in:
parent
23ff653304
commit
05814d9dfa
@ -233,10 +233,6 @@ hostNameToAction =
|
|||||||
|
|
||||||
myStartup = do
|
myStartup = do
|
||||||
spawn "systemctl --user start wm.target"
|
spawn "systemctl --user start wm.target"
|
||||||
setWorkspaceName "1" "code"
|
|
||||||
setWorkspaceName "2" "doc"
|
|
||||||
setWorkspaceName "3" "browse"
|
|
||||||
setWorkspaceName "4" "watch"
|
|
||||||
hostName <- io getHostName
|
hostName <- io getHostName
|
||||||
M.findWithDefault (return ()) hostName hostNameToAction
|
M.findWithDefault (return ()) hostName hostNameToAction
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user