Fix errors in i3.config, update manpage

This commit is contained in:
Michael Stapelberg
2009-03-14 01:21:51 +01:00
parent 2816f75140
commit 95cd4334a9
2 changed files with 33 additions and 7 deletions

View File

@ -21,7 +21,7 @@ bind Mod1+45 j
bind Mod1+46 k
bind Mod1+47 l
# Focus Container (Mod1+j/k/l/;)
# Focus Container (Mod3+j/k/l/;)
bind Mod3+44 wch
bind Mod3+45 wcj
bind Mod3+46 wck
@ -72,9 +72,9 @@ bind Mod1+Shift+19 m10
# Mod1+Enter starts a new terminal
bind Mod1+36 exec /usr/bin/urxvt
# Mod1+p starts dmenu and launches the selected application
# Mod1+v starts dmenu and launches the selected application
# for now, we dont have an own launcher
bind Mod1+55 exec /usr/local/bin/dmenu_run
bind Mod1+55 exec /usr/bin/dmenu_run
# Mod1+Shift+r restarts i3 inplace
bind Mod1+Shift+27 restart