latest update 2

This commit is contained in:
berates_dropper 2022-03-14 12:46:34 +02:00
parent 85d2be8e21
commit e270c0bcd7
1 changed files with 2 additions and 1 deletions

View File

@ -279,7 +279,8 @@ toggleStrutsKey XConfig {XMonad.modMask = modMask} = (modMask, xK_b)
-- Run xmonad with the settings you specify. No need to modify this.
--
main = do
xmonad =<< statusBar myBar myPP toggleStrutsKey $ defaults { handleEventHook = handleEventHook def <+> fullscreenEventHook }
xmonad =<< statusBar myBar myPP toggleStrutsKey (ewmh defaults) { handleEventHook =
handleEventHook def <+> fullscreenEventHook }
-- A structure containing your configuration settings, overriding
-- fields in the default config. Any you don't override, will