[XMonad] Handle dock events
This commit is contained in:
parent
8a89798884
commit
64b0ea9ec4
@ -17,8 +17,7 @@ main = xmonad $ ewmh def
|
|||||||
, terminal = "urxvt"
|
, terminal = "urxvt"
|
||||||
, manageHook = manageDocks <+> manageHook def
|
, manageHook = manageDocks <+> manageHook def
|
||||||
, layoutHook = myLayoutHook
|
, layoutHook = myLayoutHook
|
||||||
-- , logHook = myLogHook topBar
|
, handleEventHook = docksEventHook <+> fullscreenEventHook
|
||||||
, handleEventHook = handleEventHook def <+> fullscreenEventHook
|
|
||||||
, startupHook = myStartup
|
, startupHook = myStartup
|
||||||
, keys = customKeys delKeys addKeys
|
, keys = customKeys delKeys addKeys
|
||||||
}
|
}
|
||||||
@ -60,6 +59,5 @@ myStartup = do
|
|||||||
spawn "copyq"
|
spawn "copyq"
|
||||||
|
|
||||||
-- Local Variables:
|
-- Local Variables:
|
||||||
-- eval: (progn (flycheck-mode +1) (flycheck-disable-checker 'haskell-stack-ghc))
|
|
||||||
-- flycheck-ghc-args: ("-Wno-missing-signatures")
|
-- flycheck-ghc-args: ("-Wno-missing-signatures")
|
||||||
-- End:
|
-- End:
|
||||||
|
Loading…
Reference in New Issue
Block a user