summaryrefslogtreecommitdiff
path: root/.config/i3/config
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-12-17 03:07:07 -0700
committerDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-12-17 03:07:07 -0700
commit5ac5686ee76f9d62ecded58006bd4a2f5a08fc46 (patch)
treeb045e66a4e5f111c4e80cbc7da6c06fbe2cb7ad3 /.config/i3/config
parent2e74779e837d376e5524487ffa036579e50864b8 (diff)
Add xdg user directories support
Diffstat (limited to '.config/i3/config')
-rw-r--r--.config/i3/config2
1 files changed, 2 insertions, 0 deletions
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"