xmonad: Reformat main and config

This commit is contained in:
Alexander Kobjolke 2024-03-01 22:41:23 +01:00
parent 1fb80c5516
commit 371eed667d

View file

@ -60,11 +60,11 @@ changeVolume :: VolumeCommand -> X ()
changeVolume = spawn . interpretVolumeCommand changeVolume = spawn . interpretVolumeCommand
myConfig = myConfig =
ewmhFullscreen $ Docks.docks
ewmh $ . ewmh
Docks.docks $ . ewmhFullscreen
nav $ . nav
def $ def
{ modMask = mod4Mask -- Use Super instead of Alt { modMask = mod4Mask -- Use Super instead of Alt
, terminal = "alacritty" , terminal = "alacritty"
, layoutHook = myLayout , layoutHook = myLayout