diff --git a/bin/xmonad.hs b/bin/xmonad.hs index 07fe430..df02e0e 100644 --- a/bin/xmonad.hs +++ b/bin/xmonad.hs @@ -551,8 +551,6 @@ mkNamedSubmap c sectionName bindings = (subtitle sectionName:) $ mkNamedKeymap c $ map (\(key, name, cmd) -> (key, addName name cmd)) bindings --- NOTE: the following bindings are used by dunst: --- "M-~", "M-", "M-S-", "M-S-." mkKeys :: [ProcessID] -> Client -> XConfig Layout -> [((KeyMask, KeySym), NamedAction)] mkKeys hs client c = mkNamedSubmap c "Window Layouts"