Reverting back to previous xmonad.hs before someone edited for no reason :( .

This commit is contained in:
Derek Taylor
2022-07-28 21:22:26 -05:00
parent 5c7cfc79ff
commit 8a6e455df6
2 changed files with 7 additions and 4 deletions

View File

@@ -683,7 +683,7 @@ main = do
xmproc1 <- spawnPipe ("xmobar -x 1 $HOME/.config/xmobar/" ++ colorScheme ++ "-xmobarrc")
xmproc2 <- spawnPipe ("xmobar -x 2 $HOME/.config/xmobar/" ++ colorScheme ++ "-xmobarrc")
-- the xmonad, ya know...what the WM is named after!
xmonad $ addDescrKeys' ((mod4Mask, xK_F1), showKeybindings) myKeys $ ewmh $ ewmhFullscreen $ docks $ def -- Just remove $ ewmhFullscreen if YouTube fullscreen doesn't work
xmonad $ addDescrKeys' ((mod4Mask, xK_F1), showKeybindings) myKeys $ ewmh $ docks $ def
{ manageHook = myManageHook <+> manageDocks
--, handleEventHook = docks
-- Uncomment this line to enable fullscreen support on things like YouTube/Netflix.