xmonad: Reformat main and config
This commit is contained in:
parent
329b60662a
commit
7a8e29c90e
1 changed files with 36 additions and 36 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue