add: add bspwm rules

add: XDG_XXXXX_DIR config
add: zathura config
fix: launch of mpd and mopidy
This commit is contained in:
Tobias Reisinger 2020-02-27 22:43:20 +01:00
parent db465455b0
commit 625ee51457
6 changed files with 32 additions and 10 deletions

View file

@ -9,7 +9,13 @@ then
gpgconf --launch gpg-agent
fi
[ -x "$(command -v mpd)" ] && mpd &
if [ -x "$(command -v mopidy)" ]
then
mpd &
else
if [ -x "$(command -v mpd)" ] && mopidy &
fi
[ -x "$(command -v ympd)" ] && ympd --webport 54594 &
[ $SHELL = "/bin/bash" ] && source $HOME/.bashrc