defaultConfig is deprecated
This commit is contained in:
parent
07a3020c3f
commit
5a55c3bb9d
@ -5,7 +5,7 @@ import XMonad.Util.EZConfig
|
|||||||
|
|
||||||
import qualified XMonad.StackSet as W
|
import qualified XMonad.StackSet as W
|
||||||
|
|
||||||
main = xmonad $ defaultConfig
|
main = xmonad $ def
|
||||||
{ terminal = "kitty"
|
{ terminal = "kitty"
|
||||||
, borderWidth = 0
|
, borderWidth = 0
|
||||||
, modMask = mod4Mask
|
, modMask = mod4Mask
|
||||||
|
Loading…
Reference in New Issue
Block a user