add border flash script
This commit is contained in:
parent
6f0c271d24
commit
9378af8da1
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
bspc subscribe node_focus | while read -a msg ; do
|
||||
bspc config focused_border_color '#ff2222' \
|
||||
&& sleep 0.2 \
|
||||
&& bspc config focused_border_color '#222222'
|
||||
done
|
Loading…
Reference in New Issue