mirror of
https://git.davidovski.xyz/dot.git
synced 2024-08-15 00:43:28 +00:00
7 lines
130 B
Bash
7 lines
130 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
while bspc subscribe -c 1 node_focus; do
|
||
|
bspc config border_width 0
|
||
|
bspc config -n focused border_width 1
|
||
|
done
|