bspwm/examples/overlapping_borders/bspwmrc
2013-07-31 10:12:48 +02:00

7 lines
152 B
Bash
Executable file

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