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