From 1102720daa0b884b8fb53dc098d03af1aa19030f Mon Sep 17 00:00:00 2001 From: davidovski Date: Fri, 31 Mar 2023 13:05:02 +0100 Subject: Add zathura theme --- scripts/toggle-gap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 -- cgit v1.2.1