]> git.lizzy.rs Git - bspwm.git/commitdiff
Add overlapping borders example
authorBastien Dejean <nihilhill@gmail.com>
Wed, 27 Mar 2013 12:54:23 +0000 (13:54 +0100)
committerBastien Dejean <nihilhill@gmail.com>
Wed, 27 Mar 2013 12:54:23 +0000 (13:54 +0100)
examples/overlapping_borders/autostart [new file with mode: 0755]

diff --git a/examples/overlapping_borders/autostart b/examples/overlapping_borders/autostart
new file mode 100755 (executable)
index 0000000..35c3f11
--- /dev/null
@@ -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