Add overlapping borders example

This commit is contained in:
Bastien Dejean 2013-03-27 13:54:23 +01:00
parent e41e78e3ee
commit f14c6136e3

View file

@ -0,0 +1,7 @@
#! /bin/sh
BW=$(bspc get border_width)
bspc set window_gap -$BW
for m in $(bspc list_monitors --quiet | cut -d ' ' -f 1) ; do
bspc pad "$m" $BW $BW $BW $BW
done