]> git.sur5r.net Git - i3/i3/commitdiff
Update examples to use bindsym instead of bind
authorMichael Stapelberg <michael@stapelberg.de>
Wed, 19 Aug 2009 11:15:14 +0000 (13:15 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 19 Aug 2009 11:15:14 +0000 (13:15 +0200)
docs/userguide

index ba8a752ea6cac18231e2544fe184f40af23b8d50..a358c9d78c5cc1c80c3dbcfd9240d498e33b64c8 100644 (file)
@@ -201,10 +201,10 @@ bind [Modifiers+]keycode command
 *Examples*:
 --------------------------------
 # Fullscreen
-bind Mod1+f f
+bindsym Mod1+f f
 
 # Restart
-bind Mod1+Shift+r restart
+bindsym Mod1+Shift+r restart
 
 # Notebook-specific hotkeys
 bind 214 exec /home/michael/toggle_beamer.sh
@@ -417,14 +417,14 @@ make it floating (or tiling again) use +t+:
 
 *Examples*:
 --------------
-bind Mod1+s s
-bind Mod1+l d
+bindsym Mod1+s s
+bindsym Mod1+l d
 
 # Toggle fullscreen
-bind Mod1+f f
+bindsym Mod1+f f
 
 # Toggle floating/tiling
-bind Mod1+t t
+bindsym Mod1+t t
 --------------
 
 === Focussing/Moving/Snapping clients/containers/screens
@@ -505,7 +505,7 @@ or you can specify the position of the client if you always use the same layout.
 *Examples*:
 --------------------------------------
 # Get me to the next open VIM instance
-bind Mod1+38 jump "urxvt/VIM"
+bindsym Mod1+a jump "urxvt/VIM"
 --------------------------------------
 
 === Traveling the focus stack