[XMonad] Don't set smartborders at startup
This commit is contained in:
parent
70e4f27ece
commit
d8ffcc5d74
@ -245,7 +245,6 @@ hostNameToAction =
|
|||||||
myStartup = do
|
myStartup = do
|
||||||
setToggleActiveAll GAPS True
|
setToggleActiveAll GAPS True
|
||||||
setToggleActiveAll NOBORDERS True
|
setToggleActiveAll NOBORDERS True
|
||||||
setToggleActiveAll SMARTBORDERS True
|
|
||||||
hostName <- io getHostName
|
hostName <- io getHostName
|
||||||
M.findWithDefault (return ()) hostName hostNameToAction
|
M.findWithDefault (return ()) hostName hostNameToAction
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user