bspwm/examples/overlapping_borders/bspwmrc
Bastien Dejean d174bb8db6 Remove the --padding option from monitor
*_padding settings are sufficient.
2013-09-17 11:02:52 +02:00

7 lines
151 B
Bash
Executable file

#! /bin/sh
BW=$(bspc config border_width)
bspc config window_gap -$BW
for side in top right bottom left ; do
bspc config ${side}_padding $BW
done