From 6f754ef2b1c1cd9e364689be8f901dabe37d1304 Mon Sep 17 00:00:00 2001 From: coderkun Date: Mon, 5 Nov 2018 22:12:29 +0100 Subject: [PATCH] i3: Fix some indentation --- i3/config | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/i3/config b/i3/config index 977c3f8..5cff1cd 100644 --- a/i3/config +++ b/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