add: add bspwm rules
add: XDG_XXXXX_DIR config add: zathura config fix: launch of mpd and mopidy
This commit is contained in:
parent
db465455b0
commit
625ee51457
6 changed files with 32 additions and 10 deletions
8
.profile
8
.profile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue