From: Michael Stapelberg Date: Thu, 9 Jun 2011 23:16:29 +0000 (+0200) Subject: config: more descriptive comments X-Git-Tag: tree-pr4~92 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=adb6d9630cabf171e560feeccb946d7c2c51c8bb;p=i3%2Fi3 config: more descriptive comments --- diff --git a/i3.config b/i3.config index 847c4b14..f726de8c 100644 --- a/i3.config +++ b/i3.config @@ -13,10 +13,10 @@ ipc-socket /tmp/nestedcons # Open empty container bindsym Mod1+Shift+Return open -# Start terminal (Mod1+Enter) +# Start terminal bindsym Mod1+Return exec /usr/bin/urxvt -# Start dmenu (Mod1+p) +# Start dmenu bindsym Mod1+p exec /usr/bin/dmenu_run # Horizontal orientation @@ -25,7 +25,7 @@ bindsym Mod1+h split h # Vertical orientation bindsym Mod1+v split v -# Fullscreen (Mod1+f) +# Enter fullscreen mode for the focused container bindsym Mod1+f fullscreen # Stacking (Mod1+s) @@ -43,20 +43,20 @@ bindsym Mod1+Shift+space mode toggle bindsym Mod1+u level up #bindsym Mod1+d level down -# Kill current client (Mod1+c) +# Kill current window bindsym Mod1+c kill # Restore saved JSON layout bindsym Mod1+y restore /home/michael/i3/layout.json -# Restart i3 -bindsym Mod1+Shift+c restart -# Reload i3 +# Reload the configuration file bindsym Mod1+Shift+j reload -# Exit i3 +# Restart i3 inplace +bindsym Mod1+Shift+c restart +# Exit i3 (logs you out of your X session) bindsym Mod1+Shift+l exit -# Focus (Mod1+n/r/t/d) +# Focus bindsym Mod1+n focus left bindsym Mod1+r focus down bindsym Mod1+t focus up @@ -80,7 +80,7 @@ bindsym Mod1+Shift+Right move right bindsym Mod1+Shift+Down move down bindsym Mod1+Shift+Up move up -# Workspaces (Mod1+1/2/…) +# Switch to workspace bindsym Mod1+1 workspace 1 bindsym Mod1+2 workspace 2 bindsym Mod1+3 workspace 3 @@ -92,7 +92,7 @@ bindsym Mod1+8 workspace 8 bindsym Mod1+9 workspace 9 bindsym Mod1+0 workspace 10 -# Move to Workspaces +# Move focused container to workspace bindsym Mod1+Shift+1 move workspace 1 bindsym Mod1+Shift+2 move workspace 2 bindsym Mod1+Shift+3 move workspace 3