mirror of
https://github.com/vale981/bspwm
synced 2025-03-06 02:01:42 -05:00
Add overlapping borders example
This commit is contained in:
parent
e41e78e3ee
commit
f14c6136e3
1 changed files with 7 additions and 0 deletions
7
examples/overlapping_borders/autostart
Executable file
7
examples/overlapping_borders/autostart
Executable file
|
@ -0,0 +1,7 @@
|
|||
#! /bin/sh
|
||||
|
||||
BW=$(bspc get border_width)
|
||||
bspc set window_gap -$BW
|
||||
for m in $(bspc list_monitors --quiet | cut -d ' ' -f 1) ; do
|
||||
bspc pad "$m" $BW $BW $BW $BW
|
||||
done
|
Loading…
Add table
Reference in a new issue