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