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

3 lines
116 B
Bash
Executable file

#!/bin/sh
GAP=16; bspc config window_gap | grep -q $GAP && bspc config window_gap 0 || bspc config window_gap $GAP