From b3b4975df588e7c71bebb3cd7f4e83fd7a70b983 Mon Sep 17 00:00:00 2001 From: davidovski Date: Mon, 17 Mar 2025 22:54:39 +0000 Subject: floating little bars and rounded borders --- scripts/toggle-gap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/toggle-gap.sh') diff --git a/scripts/toggle-gap.sh b/scripts/toggle-gap.sh index fbdb992..4216af5 100755 --- a/scripts/toggle-gap.sh +++ b/scripts/toggle-gap.sh @@ -1,3 +1,3 @@ #!/bin/sh -GAP=25; 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 -- cgit v1.2.1