mirror of
https://git.davidovski.xyz/dot.git
synced 2024-08-15 00:43:28 +00:00
4 lines
130 B
Bash
4 lines
130 B
Bash
|
#!/bin/sh
|
||
|
bspc config honor_size_hints | grep -q true && bspc config honor_size_hints false || bspc config honor_size_hints true
|
||
|
|