Minor edits.

This commit is contained in:
Derek Taylor
2020-03-27 14:50:01 -05:00
parent b2cf9b753d
commit df58aa9d2b
6 changed files with 51 additions and 33 deletions

View File

@@ -83,7 +83,6 @@ main = do
xmproc1 <- spawnPipe "xmobar -x 1 /home/dt/.config/xmobar/xmobarrc2"
xmproc2 <- spawnPipe "xmobar -x 2 /home/dt/.config/xmobar/xmobarrc1"
-- the xmonad, ya know...what the WM is named after!
xmonad $ ewmh desktopConfig
{ manageHook = ( isFullscreen --> doFullFloat ) <+> myManageHook <+> manageHook desktopConfig <+> manageDocks
, logHook = dynamicLogWithPP xmobarPP