diff options
author | davidovski <david@davidovski.xyz> | 2023-03-31 13:05:02 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2023-03-31 13:05:02 +0100 |
commit | 1102720daa0b884b8fb53dc098d03af1aa19030f (patch) | |
tree | a4f9d0104e41546e8bb61097f1bcbf7141a79ec9 /scripts | |
parent | afffca4dd857afebf1c7c2032fab0a55dd1340f6 (diff) |
Add zathura theme
Diffstat (limited to 'scripts')
-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 |