dot/scripts/toggle-size-hints.sh
2021-10-09 22:20:41 +01:00

4 lines
130 B
Bash
Executable file

#!/bin/sh
bspc config honor_size_hints | grep -q true && bspc config honor_size_hints false || bspc config honor_size_hints true