[XMonad] Don't set smartborders at startup

This commit is contained in:
Ivan Malison 2021-08-03 17:02:33 -06:00
parent 70e4f27ece
commit d8ffcc5d74
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

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