From 01ced0b7ce47d279789efb2dc70d1cd009ac56ad Mon Sep 17 00:00:00 2001 From: davidovski Date: Sat, 9 Oct 2021 22:20:41 +0100 Subject: initial commit --- scripts/.scripts/toggle-gap.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 scripts/.scripts/toggle-gap.sh (limited to 'scripts/.scripts/toggle-gap.sh') diff --git a/scripts/.scripts/toggle-gap.sh b/scripts/.scripts/toggle-gap.sh new file mode 100755 index 0000000..d1eef2d --- /dev/null +++ b/scripts/.scripts/toggle-gap.sh @@ -0,0 +1,3 @@ +#!/bin/sh +GAP=16; bspc config window_gap | grep -q $GAP && bspc config window_gap 0 || bspc config window_gap $GAP + -- cgit v1.2.1