bspwm/examples/overlapping_borders/bspwmrc
Bastien Dejean 2f4c9e9fd4 New option for bspwm: -c
In addition, the path of the default configuration file has changed.
2013-07-29 10:27:04 +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