aboutsummaryrefslogtreecommitdiff
path: root/i3/config
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-09 20:28:17 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-09 20:28:17 +1200
commitc4b23c041c5a4d549a33d2622df8074976084009 (patch)
tree12884f751f7020d5c8865a60a4d171bc0ea719de /i3/config
parentUse tabs for readline config (diff)
downloaddotfiles-c4b23c041c5a4d549a33d2622df8074976084009.tar.gz
dotfiles-c4b23c041c5a4d549a33d2622df8074976084009.zip
Use tabs for i3 config
Diffstat (limited to 'i3/config')
-rw-r--r--i3/config38
1 files changed, 19 insertions, 19 deletions
diff --git a/i3/config b/i3/config
index be00e590..bb66a8d2 100644
--- a/i3/config
+++ b/i3/config
@@ -74,27 +74,27 @@ bindsym $mod+Shift+9 move container to workspace 9
# Mod+r resizes a container
bindsym $mod+r mode "resize"
mode "resize" {
- bindsym h resize shrink width 10 px or 10 ppt
- bindsym j resize grow height 10 px or 10 ppt
- bindsym k resize shrink height 10 px or 10 ppt
- bindsym l resize grow width 10 px or 10 ppt
- bindsym Return mode "default"
- bindsym Escape mode "default"
+ bindsym h resize shrink width 10 px or 10 ppt
+ bindsym j resize grow height 10 px or 10 ppt
+ bindsym k resize shrink height 10 px or 10 ppt
+ bindsym l resize grow width 10 px or 10 ppt
+ bindsym Return mode "default"
+ bindsym Escape mode "default"
}
# i3bar at bottom of screen
bar {
- position bottom
- status_command i3status --config ~/.i3/status
- workspace_buttons yes
-
- colors {
- background #111111
- statusline #eeeeee
-
- focused_workspace #ffffff #285577
- active_workspace #ffffff #333333
- inactive_workspace #888888 #222222
- urgent_workspace #ffffff #900000
- }
+ position bottom
+ status_command i3status --config ~/.i3/status
+ workspace_buttons yes
+
+ colors {
+ background #111111
+ statusline #eeeeee
+
+ focused_workspace #ffffff #285577
+ active_workspace #ffffff #333333
+ inactive_workspace #888888 #222222
+ urgent_workspace #ffffff #900000
+ }
}