Watch
1
0
Fork
You've already forked dotfiles
0

i3: Fix some indentation

This commit is contained in:
coderkun 2018-11-05 22:12:29 +01:00
commit 6f754ef2b1

View file

@ -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 windows width. # Pressing left will shrink the windows width.
# Pressing right will grow the windows width. # Pressing right will grow the windows width.
# Pressing up will shrink the windows height. # Pressing up will shrink the windows height.
# Pressing down will grow the windows height. # Pressing down will grow the windows 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