diff options
author | davidovski <david@davidovski.xyz> | 2021-10-09 22:20:41 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2021-10-09 22:20:41 +0100 |
commit | 01ced0b7ce47d279789efb2dc70d1cd009ac56ad (patch) | |
tree | 6ece604b8ae3476d2d70c9c9d42f86fe607990da /scripts/toggle-size-hints.sh |
initial commit
Diffstat (limited to 'scripts/toggle-size-hints.sh')
-rwxr-xr-x | scripts/toggle-size-hints.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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 + |