dot/scripts/border-size.sh

7 lines
130 B
Bash
Raw Permalink Normal View History

2021-10-14 20:07:48 +00:00
#!/bin/sh
while bspc subscribe -c 1 node_focus; do
bspc config border_width 0
bspc config -n focused border_width 1
done