From afffca4dd857afebf1c7c2032fab0a55dd1340f6 Mon Sep 17 00:00:00 2001 From: davidovki Date: Sun, 19 Mar 2023 13:25:11 +0000 Subject: Re-enabled shadows for picom --- 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 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 -- cgit v1.2.1