delete dangerous shortcut.

main
千住柱間 2024-03-03 00:54:29 +00:00
parent c2c8fe47c3
commit 9fe59a141d
1 changed files with 1 additions and 0 deletions

View File

@ -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.
]