From 5ac5686ee76f9d62ecded58006bd4a2f5a08fc46 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado <55825613+luevano@users.noreply.github.com> Date: Thu, 17 Dec 2020 03:07:07 -0700 Subject: Add xdg user directories support --- .config/i3/config | 2 ++ 1 file changed, 2 insertions(+) (limited to '.config/i3/config') diff --git a/.config/i3/config b/.config/i3/config index 90207a8..97dfbd4 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -244,6 +244,7 @@ client.background $c15 bindsym l resize grow width 1 px or 1 ppt bindsym Shift+l resize grow width 5 px or 5 ppt bindsym Ctrl+l resize grow width 10 px or 10 ppt + # Gaps resizing. bindsym plus gaps outer current plus 1 bindsym Shift+plus gaps inner current plus 1 @@ -251,6 +252,7 @@ client.background $c15 bindsym Shift+minus gaps inner current minus 1 bindsym g gaps inner all set $gi, gaps outer all set $go bindsym Shift+g gaps inner all set 0, gaps outer all set 0 + # Return to default mode keybindings. bindsym Return mode "default" bindsym Escape mode "default" -- cgit v1.2.3-54-g00ecf