diff options
author | Casper <me@skylarcloud.xyz> | 2024-12-19 11:09:59 -0700 |
---|---|---|
committer | Casper <me@skylarcloud.xyz> | 2024-12-19 11:09:59 -0700 |
commit | 1fb3a8ea440b01c61b46af2bc57228fa403b7d6a (patch) | |
tree | f73a1ec23248de7c712522105afaad9fa06a8f37 /dots | |
parent | 5f9272f0193b0a3184737302317db13e42d42927 (diff) |
disable gaps by default in i3
Diffstat (limited to 'dots')
-rw-r--r-- | dots/i3-config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dots/i3-config b/dots/i3-config index 6d49f0c..616b756 100644 --- a/dots/i3-config +++ b/dots/i3-config @@ -92,7 +92,7 @@ client.focused_inactive black #595959 #3a3a3a #ffffff #a3a3a3 client.unfocused black #595959 #3a3a3a #999999 #a3a3a3 client.urgent black #595959 #a3a3a3 #ce0000 #a3a3a3 -gaps inner 20 +gaps inner 0 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) |