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)
|
||||
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 right will grow the window’s width.
|
||||
# Pressing up will shrink the window’s height.
|
||||
# Pressing down will grow the window’s height.
|
||||
bindsym n resize shrink width 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 d resize grow width 10 px or 10 ppt
|
||||
# Pressing left will shrink the window’s width.
|
||||
# Pressing right will grow the window’s width.
|
||||
# Pressing up will shrink the window’s height.
|
||||
# Pressing down will grow the window’s height.
|
||||
bindsym n resize shrink width 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 d resize grow width 10 px or 10 ppt
|
||||
|
||||
# same bindings, but for the arrow keys
|
||||
bindsym Left resize shrink width 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 Right resize grow width 10 px or 10 ppt
|
||||
# same bindings, but for the arrow keys
|
||||
bindsym Left resize shrink width 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 Right resize grow width 10 px or 10 ppt
|
||||
|
||||
# back to normal: Enter or Escape
|
||||
bindsym Return mode "default"
|
||||
bindsym mod3+Return mode "default"
|
||||
bindsym Escape mode "default"
|
||||
bindsym mod3+Escape mode "default"
|
||||
# back to normal: Enter or Escape
|
||||
bindsym Return mode "default"
|
||||
bindsym mod3+Return mode "default"
|
||||
bindsym Escape mode "default"
|
||||
bindsym mod3+Escape mode "default"
|
||||
}
|
||||
|
||||
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
|
||||
# finds out, if available)
|
||||
bar {
|
||||
position top
|
||||
status_command i3blocks
|
||||
font pango:DejaVu Sans Mono 10
|
||||
position top
|
||||
status_command i3blocks
|
||||
font pango:DejaVu Sans Mono 10
|
||||
}
|
||||
|
||||
# Shutdown, reboot, lock srceen
|
||||
|
|
|
|||
Loading…
Reference in a new issue