diff options
Diffstat (limited to 'utgard/config/i3')
| -rw-r--r-- | utgard/config/i3/config | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/utgard/config/i3/config b/utgard/config/i3/config index 77088ed..8cdd14d 100644 --- a/utgard/config/i3/config +++ b/utgard/config/i3/config @@ -134,47 +134,47 @@ bind 174 exec /usr/bin/i3lock -d -i /home/atsutane/media/wallpaper/Motivation.pn # 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 j resize shrink width 10 px or 10 ppt - bindsym k resize grow height 10 px or 10 ppt - bindsym l resize shrink height 10 px or 10 ppt - bindsym semicolon 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 j resize shrink width 10 px or 10 ppt + bindsym k resize grow height 10 px or 10 ppt + bindsym l resize shrink height 10 px or 10 ppt + bindsym semicolon 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 Escape mode "default" + # back to normal: Enter or Escape + bindsym Return mode "default" + bindsym Escape mode "default" } bindsym $pmod+space mode "resize" bar { - status_command i3status + status_command i3status mode hide position bottom tray_output LVDS1 #font -misc-fixed-medium-r-normal--10-100-75-75-c-60-iso10646-1 font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1 workspace_buttons yes - colors { - separator #dc322f - background #002b36 - statusline #268bd2 - focused_workspace #fdf6e3 #859900 #fdf6e3 - active_workspace #fdf6e3 #6c71c4 #fdf6e3 - inactive_workspace #586e75 #93a1a1 #002b36 - urgent_workspace #d33682 #d33682 #fdf6e3 - } + colors { + separator #dc322f + background #002b36 + statusline #268bd2 + focused_workspace #fdf6e3 #859900 #fdf6e3 + active_workspace #fdf6e3 #6c71c4 #fdf6e3 + inactive_workspace #586e75 #93a1a1 #002b36 + urgent_workspace #d33682 #d33682 #fdf6e3 + } } # Startup |
