config: more descriptive comments
This commit is contained in:
parent
9aa7e5fbd6
commit
adb6d9630c
22
i3.config
22
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
|
||||
|
|
Loading…
Reference in New Issue