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