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

Binary file not shown.

Binary file not shown.

View File

@ -35,6 +35,8 @@ save () {
rm config/mpd/state
rm config/mpd/password
rm config/mpd/database
rm config/mpd/sticker.sql
rm config/vim/viminfo
}

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