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