Replace deprecated defaultConfig with def in xmonad config
This commit is contained in:
parent
4ac4969b66
commit
837498047a
@ -37,7 +37,7 @@ var base_nix = `
|
||||
|
||||
environment.etc."xmonad.hs".text = ''
|
||||
import XMonad
|
||||
main = xmonad defaultConfig
|
||||
main = xmonad def
|
||||
{ workspaces = [ "" ]
|
||||
, borderWidth = 0
|
||||
, startupHook = startup
|
||||
|
Loading…
x
Reference in New Issue
Block a user