removed sticker and database for mpd

This commit is contained in:
davidovski 2021-10-14 21:07:48 +01:00
parent 9d57c87c87
commit df663bb9d1
4 changed files with 8 additions and 0 deletions

6
scripts/border-size.sh Executable file
View file

@ -0,0 +1,6 @@
#!/bin/sh
while bspc subscribe -c 1 node_focus; do
bspc config border_width 0
bspc config -n focused border_width 1
done