diff options
-rw-r--r-- | config/mpd/database | bin | 66498 -> 0 bytes | |||
-rw-r--r-- | config/mpd/sticker.sql | bin | 12288 -> 0 bytes | |||
-rwxr-xr-x | deploy.sh | 2 | ||||
-rwxr-xr-x | scripts/border-size.sh | 6 |
4 files changed, 8 insertions, 0 deletions
diff --git a/config/mpd/database b/config/mpd/database Binary files differdeleted file mode 100644 index 067f959..0000000 --- a/config/mpd/database +++ /dev/null diff --git a/config/mpd/sticker.sql b/config/mpd/sticker.sql Binary files differdeleted file mode 100644 index 09841c0..0000000 --- a/config/mpd/sticker.sql +++ /dev/null @@ -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 } diff --git a/scripts/border-size.sh b/scripts/border-size.sh new file mode 100755 index 0000000..4cfc1a7 --- /dev/null +++ b/scripts/border-size.sh @@ -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 |