we
This commit is contained in:
parent
3e6455df24
commit
413a69c5cd
|
@ -284,13 +284,16 @@ myStartupHook = do
|
|||
|
||||
-- Run xmonad with the settings you specify. No need to modify this.
|
||||
--
|
||||
main = xmonad . withEasySB myStatusBar $ defaults {
|
||||
main = xmonad . withEasySB myStatusBar defToggleStrutsKey $ myConfig
|
||||
|
||||
myConfig = defaults {
|
||||
layoutHook = avoidStruts $ layoutHook def,
|
||||
|
||||
manageHook = manageDocks <+> manageHook def,
|
||||
|
||||
handleEventHook = handleEventHook def
|
||||
<> Hacks.trayerPaddingXmobarEventHook
|
||||
|
||||
}
|
||||
|
||||
-- A structure containing your configuration settings, overriding
|
||||
|
|
Loading…
Reference in a new issue