From 690e2a7e96d5d1d5ea722f5160a57c4a35a65843 Mon Sep 17 00:00:00 2001 From: Salt Date: Sat, 3 Nov 2018 00:31:07 -0500 Subject: [PATCH] i3: Unify tabs, add i3bar --- .config/i3/config | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index c9014edd..294cf9c6 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -201,20 +201,28 @@ bindsym $mod+$shift+8 move container to workspace $w8 # 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 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 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 + 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 - bindsym Return mode "default" - bindsym Escape mode "default" + bindsym Return mode "default" + bindsym Escape mode "default" bindsym $mod+r mode "default" } bindsym $mod+r mode "resize" +################### +## Bars +################### + +bar { + status_command i3status +} +