diff --git a/xmonad/xmonad.hs b/xmonad/xmonad.hs index 2b113d4..2698255 100644 --- a/xmonad/xmonad.hs +++ b/xmonad/xmonad.hs @@ -64,6 +64,7 @@ myConfig = def , ("M-e", runOrRaise "goldendict" (className =? "GoldenDict-ng")) , ("M-p", runOrRaise "nyxt" (className =? "Nyxt")) , ("M-t", withFocused $ windows . W.sink) -- Toggle float for the focused window + , ("M-S-q", return ()) -- Unbind Mod + Shift + Q, to avoid quiting the wm. ]