dot/scripts/toggle-gap.sh
2022-12-11 18:45:10 +00:00

3 lines
116 B
Bash
Executable file

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