Implement exit command, document it in manpage, add it to defaultconfig (Mod1+Shift+e)

This commit is contained in:
Michael Stapelberg
2009-03-14 21:31:22 +01:00
parent 21e62ae9b7
commit cc0b060628
5 changed files with 23 additions and 6 deletions

View File

@ -76,5 +76,8 @@ bind Mod1+36 exec /usr/bin/urxvt
# for now, we dont have an own launcher
bind Mod1+55 exec /usr/bin/dmenu_run
# Mod1+Shift+e exits i3
bind Mod1+Shift+26 exit
# Mod1+Shift+r restarts i3 inplace
bind Mod1+Shift+27 restart