delete dangerous shortcut.
parent
c2c8fe47c3
commit
9fe59a141d
|
@ -64,6 +64,7 @@ myConfig = def
|
||||||
, ("M-e", runOrRaise "goldendict" (className =? "GoldenDict-ng"))
|
, ("M-e", runOrRaise "goldendict" (className =? "GoldenDict-ng"))
|
||||||
, ("M-p", runOrRaise "nyxt" (className =? "Nyxt"))
|
, ("M-p", runOrRaise "nyxt" (className =? "Nyxt"))
|
||||||
, ("M-t", withFocused $ windows . W.sink) -- Toggle float for the focused window
|
, ("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.
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue