summaryrefslogtreecommitdiffstats
path: root/bspdec
blob: bf3c5c614067a92a7f149dcedad5124db1e4bd22 (plain)
1
2
3
4
5
#!/bin/bash
curr=$(bspc config window_gap)

curr=$((curr-3))
bspc config window_gap $curr