diff options
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 4216af5..210dac3 100755 --- a/scripts/toggle-gap.sh +++ b/scripts/toggle-gap.sh @@ -1,3 +1,3 @@ #!/bin/sh -GAP=32; bspc config window_gap | grep -q $GAP && bspc config window_gap 0 || bspc config window_gap $GAP +GAP=40; bspc config window_gap | grep -q $GAP && bspc config window_gap 0 || bspc config window_gap $GAP |