bspwm/examples/overlapping_borders/bspwmrc

8 lines
152 B
Text
Raw Normal View History

2013-03-27 13:54:23 +01:00
#! /bin/sh
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