[XMonad] Don't set smartborders at startup

This commit is contained in:
2021-08-03 17:02:33 -06:00
parent 70e4f27ece
commit d8ffcc5d74

View File

@@ -245,7 +245,6 @@ hostNameToAction =
myStartup = do
setToggleActiveAll GAPS True
setToggleActiveAll NOBORDERS True
setToggleActiveAll SMARTBORDERS True
hostName <- io getHostName
M.findWithDefault (return ()) hostName hostNameToAction