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

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