summaryrefslogtreecommitdiff
path: root/scripts/toggle-gap.sh
blob: 210dac3e59a64e5dcc873548718d37be58d19d9a (plain)
1
2
3
#!/bin/sh
GAP=40; bspc config window_gap | grep -q $GAP && bspc config window_gap 0 || bspc config window_gap $GAP