FIX comment mistake
This commit is contained in:
parent
e3d9356b36
commit
ae87f6e10b
|
@ -57,7 +57,7 @@ import qualified XMonad.StackSet as W
|
||||||
|
|
||||||
main = do
|
main = do
|
||||||
h <- spawnPipe "xmobar"
|
h <- spawnPipe "xmobar"
|
||||||
-- spawn "powermon"
|
spawn "powermon"
|
||||||
xmonad
|
xmonad
|
||||||
$ ewmh
|
$ ewmh
|
||||||
$ addDescrKeys' ((myModMask, xK_F1), showKeybindings) myKeys
|
$ addDescrKeys' ((myModMask, xK_F1), showKeybindings) myKeys
|
||||||
|
|
Loading…
Reference in New Issue