dot/scripts/toggle-gap.sh
2023-03-31 13:05:02 +01:00

4 lines
116 B
Bash
Executable file

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