Implement kill-command to kill the current window, document it
This commit is contained in:
@ -72,6 +72,9 @@ bind Mod1+Shift+19 m10
|
||||
# Mod1+Enter starts a new terminal
|
||||
bind Mod1+36 exec /usr/bin/urxvt
|
||||
|
||||
# Mod1+Shift+q kills the current client
|
||||
bind Mod1+Shift+24 kill
|
||||
|
||||
# Mod1+v starts dmenu and launches the selected application
|
||||
# for now, we don’t have an own launcher
|
||||
bind Mod1+55 exec /usr/bin/dmenu_run
|
||||
|
Reference in New Issue
Block a user