diff options
author | davidovski <david@davidovski.xyz> | 2022-12-11 18:45:10 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-12-11 18:45:10 +0000 |
commit | 3739ff6661d2f51c957118a373dafcc9709219fa (patch) | |
tree | 5407aef1c733bac34203680c5697f339261dd8b9 /scripts/toggle-gap.sh | |
parent | 365412b61b6cfefac353fcce7d0bb470ee8953b0 (diff) |
Updated to graphite theme
Diffstat (limited to 'scripts/toggle-gap.sh')
-rwxr-xr-x | scripts/toggle-gap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/toggle-gap.sh b/scripts/toggle-gap.sh index d1eef2d..4216af5 100755 --- a/scripts/toggle-gap.sh +++ b/scripts/toggle-gap.sh @@ -1,3 +1,3 @@ #!/bin/sh -GAP=16; bspc config window_gap | grep -q $GAP && bspc config window_gap 0 || bspc config window_gap $GAP +GAP=32; bspc config window_gap | grep -q $GAP && bspc config window_gap 0 || bspc config window_gap $GAP |