From f14c6136e385ca194942821b7bc6727b98d5dff6 Mon Sep 17 00:00:00 2001 From: Bastien Dejean Date: Wed, 27 Mar 2013 13:54:23 +0100 Subject: [PATCH] Add overlapping borders example --- examples/overlapping_borders/autostart | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 examples/overlapping_borders/autostart diff --git a/examples/overlapping_borders/autostart b/examples/overlapping_borders/autostart new file mode 100755 index 0000000..35c3f11 --- /dev/null +++ b/examples/overlapping_borders/autostart @@ -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 -- 2.44.0