i3: Fix some indentation
This commit is contained in:
parent
513670ce4a
commit
6f754ef2b1
1 changed files with 25 additions and 25 deletions
44
i3/config
44
i3/config
|
|
@ -149,28 +149,28 @@ bindsym $mod+Shift+L exec "i3-nagbar -t warning -m 'You pressed the exit shortcu
|
||||||
|
|
||||||
# resize window (you can also use the mouse for that)
|
# resize window (you can also use the mouse for that)
|
||||||
mode "resize" {
|
mode "resize" {
|
||||||
# These bindings trigger as soon as you enter the resize mode
|
# These bindings trigger as soon as you enter the resize mode
|
||||||
|
|
||||||
# Pressing left will shrink the window’s width.
|
# Pressing left will shrink the window’s width.
|
||||||
# Pressing right will grow the window’s width.
|
# Pressing right will grow the window’s width.
|
||||||
# Pressing up will shrink the window’s height.
|
# Pressing up will shrink the window’s height.
|
||||||
# Pressing down will grow the window’s height.
|
# Pressing down will grow the window’s height.
|
||||||
bindsym n resize shrink width 10 px or 10 ppt
|
bindsym n resize shrink width 10 px or 10 ppt
|
||||||
bindsym r resize grow height 10 px or 10 ppt
|
bindsym r resize grow height 10 px or 10 ppt
|
||||||
bindsym t resize shrink height 10 px or 10 ppt
|
bindsym t resize shrink height 10 px or 10 ppt
|
||||||
bindsym d resize grow width 10 px or 10 ppt
|
bindsym d resize grow width 10 px or 10 ppt
|
||||||
|
|
||||||
# same bindings, but for the arrow keys
|
# same bindings, but for the arrow keys
|
||||||
bindsym Left resize shrink width 10 px or 10 ppt
|
bindsym Left resize shrink width 10 px or 10 ppt
|
||||||
bindsym Down resize grow height 10 px or 10 ppt
|
bindsym Down resize grow height 10 px or 10 ppt
|
||||||
bindsym Up resize shrink height 10 px or 10 ppt
|
bindsym Up resize shrink height 10 px or 10 ppt
|
||||||
bindsym Right resize grow width 10 px or 10 ppt
|
bindsym Right resize grow width 10 px or 10 ppt
|
||||||
|
|
||||||
# back to normal: Enter or Escape
|
# back to normal: Enter or Escape
|
||||||
bindsym Return mode "default"
|
bindsym Return mode "default"
|
||||||
bindsym mod3+Return mode "default"
|
bindsym mod3+Return mode "default"
|
||||||
bindsym Escape mode "default"
|
bindsym Escape mode "default"
|
||||||
bindsym mod3+Escape mode "default"
|
bindsym mod3+Escape mode "default"
|
||||||
}
|
}
|
||||||
|
|
||||||
bindsym $mod+c mode "resize"
|
bindsym $mod+c mode "resize"
|
||||||
|
|
@ -178,9 +178,9 @@ bindsym $mod+c mode "resize"
|
||||||
# Start i3bar to display a workspace bar (plus the system information i3status
|
# Start i3bar to display a workspace bar (plus the system information i3status
|
||||||
# finds out, if available)
|
# finds out, if available)
|
||||||
bar {
|
bar {
|
||||||
position top
|
position top
|
||||||
status_command i3blocks
|
status_command i3blocks
|
||||||
font pango:DejaVu Sans Mono 10
|
font pango:DejaVu Sans Mono 10
|
||||||
}
|
}
|
||||||
|
|
||||||
# Shutdown, reboot, lock srceen
|
# Shutdown, reboot, lock srceen
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue