xmonad: Reformat main and config

This commit is contained in:
Alexander Kobjolke 2024-03-01 22:41:23 +01:00
parent 329b60662a
commit 7a8e29c90e

View file

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