bspwm/examples/overlapping_borders/autostart
2013-07-12 23:02:39 +02:00

7 lines
141 B
Bash
Executable file

#! /bin/sh
BW=$(bspc config border_width)
bspc config window_gap -$BW
for m in $(bspc query -M) ; do
bspc pad "$m" $BW $BW $BW $BW
done