1 2 3 4 5 6
#!/bin/sh while bspc subscribe -c 1 node_focus; do bspc config border_width 0 bspc config -n focused border_width 1 done