mirror of
https://git.davidovski.xyz/dot.git
synced 2024-08-15 00:43:28 +00:00
removed sticker and database for mpd
This commit is contained in:
parent
9d57c87c87
commit
df663bb9d1
4 changed files with 8 additions and 0 deletions
Binary file not shown.
Binary file not shown.
|
@ -35,6 +35,8 @@ save () {
|
||||||
|
|
||||||
rm config/mpd/state
|
rm config/mpd/state
|
||||||
rm config/mpd/password
|
rm config/mpd/password
|
||||||
|
rm config/mpd/database
|
||||||
|
rm config/mpd/sticker.sql
|
||||||
rm config/vim/viminfo
|
rm config/vim/viminfo
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
6
scripts/border-size.sh
Executable file
6
scripts/border-size.sh
Executable 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
|
Loading…
Reference in a new issue