bspwm/examples/overlapping_borders/bspwmrc
2014-01-21 20:48:49 +01:00

8 lines
151 B
Bash
Executable file

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