dot/scripts/toggle-size-hints.sh

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