bspwm/examples/overlapping_borders/autostart
2013-03-27 13:54:23 +01:00

7 lines
166 B
Bash
Executable file

#! /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