2013-03-27 13:54:23 +01:00
|
|
|
#! /bin/sh
|
|
|
|
|
2013-07-12 23:02:39 +02:00
|
|
|
BW=$(bspc config border_width)
|
|
|
|
bspc config window_gap -$BW
|
2013-07-31 10:12:48 +02:00
|
|
|
for mon in $(bspc query -M) ; do
|
|
|
|
bspc monitor "$mon" -p $BW $BW $BW $BW
|
2013-03-27 13:54:23 +01:00
|
|
|
done
|