From 238af29fa348f9f3a4970d9530a204f4485968ae Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sat, 15 Feb 2020 17:24:32 -0500 Subject: [PATCH] COM add comment about dunst keybindings so I can avoid them --- xmonad.hs | 2 ++ 1 file changed, 2 insertions(+) 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)