summary refs log tree commit diff stats
path: root/i3
diff options
context:
space:
mode:
authorAlan Pearce2019-03-28 16:21:48 +0100
committerAlan Pearce2019-03-28 16:21:48 +0100
commitd83a64c3b867beaca4e8780985d6cecb7606ba39 (patch)
treeade10826474eaa75cdfb8253c19f7340f5788ad2 /i3
parentbf856d603a48187474cfa377a6af568ee80538c7 (diff)
downloadnixfiles-d83a64c3b867beaca4e8780985d6cecb7606ba39.tar.lz
nixfiles-d83a64c3b867beaca4e8780985d6cecb7606ba39.tar.zst
nixfiles-d83a64c3b867beaca4e8780985d6cecb7606ba39.zip
i3: remove gaps
Diffstat (limited to 'i3')
-rw-r--r--i3/.config/i3/config39
1 files changed, 0 insertions, 39 deletions
diff --git a/i3/.config/i3/config b/i3/.config/i3/config
index ab4a61e7..32db74f6 100644
--- a/i3/.config/i3/config
+++ b/i3/.config/i3/config
@@ -183,43 +183,6 @@ mode "resize" {
         bindsym Escape mode "default"
 }
 
-set $mode_gaps Gaps: (o) outer, (i) inner
-set $mode_gaps_outer Outer Gaps: +|-|0 (local), Shift + +|-|0 (global)
-set $mode_gaps_inner Inner Gaps: +|-|0 (local), Shift + +|-|0 (global)
-bindsym $mod+Shift+g mode "$mode_gaps"
-
-mode "$mode_gaps" {
-        bindsym o      mode "$mode_gaps_outer"
-        bindsym i      mode "$mode_gaps_inner"
-        bindsym Return mode "default"
-        bindsym Escape mode "default"
-}
-
-mode "$mode_gaps_inner" {
-        bindsym plus  gaps inner current plus 5
-        bindsym minus gaps inner current minus 5
-        bindsym 0     gaps inner current set 0
-
-        bindsym Shift+plus  gaps inner all plus 5
-        bindsym Shift+minus gaps inner all minus 5
-        bindsym Shift+0     gaps inner all set 0
-
-        bindsym Return mode "default"
-        bindsym Escape mode "default"
-}
-mode "$mode_gaps_outer" {
-        bindsym plus  gaps outer current plus 5
-        bindsym minus gaps outer current minus 5
-        bindsym 0     gaps outer current set 0
-
-        bindsym Shift+plus  gaps outer all plus 5
-        bindsym Shift+minus gaps outer all minus 5
-        bindsym Shift+0     gaps outer all set 0
-
-        bindsym Return mode "default"
-        bindsym Escape mode "default"
-}
-
 bindsym $mod+Shift+r mode "resize"
 
 set $mode_system System (l) lock, (e) logout, (s) suspend, (h) hibernate, (r) reboot, (Shift+s) shutdown
@@ -270,7 +233,5 @@ client.background       $base07
 
 new_window pixel 2
 new_float normal
-gaps inner 0
-gaps outer 0
 
 for_window [class="Pinentry$"] floating enable