diff --git a/xmonad.hs b/xmonad.hs index 5521251..5fd339d 100644 --- a/xmonad.hs +++ b/xmonad.hs @@ -207,6 +207,8 @@ showKeybindings x = addName "Show Keybindings" $ io $ do mkNamedSubmap c sectionName bindings = (subtitle sectionName:) $ mkNamedKeymap c bindings +-- NOTE: the following bindings are used by dunst: +-- "M-~", "M-", "M-S-", "M-S-." myKeys c = mkNamedSubmap c "Window Focus" [ ("M-j", addName "focus down" $ windows W.focusDown)