[base wmfsrc] Add quit keybind

This commit is contained in:
Martin Duquesnoy 2008-10-10 17:31:07 +02:00
parent e9feae6c5b
commit 70ef3004e6

1
wmfsrc
View File

@ -122,6 +122,7 @@ keys
# general keybind
key { mod = {"Control"} key = "Return" func = "spawn" cmd = term }
key { mod = {"Alt"} key = "q" func = "killclient" }
key { mod = {"Control", "Alt", "Shift"} key = "q" func = "quit" }
key { mod = {"Control"} key = "m" func = "togglemax" }
key { mod = {"Control"} key = "b" func = "togglebarpos" }
key { mod = {"Alt"} key = "Tab" func = "client_next" }