mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2025-05-01 01:24:22 +00:00
Replace deprecated defaultConfig with def in xmonad config
This commit is contained in:
parent
4ac4969b66
commit
6ac189e1e8
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue