Added mpd

This commit is contained in:
fanyx 2022-01-28 14:08:27 +01:00
parent 12b550638a
commit af4938c6c3
3 changed files with 10 additions and 0 deletions

4
.config/sv/mpd/run Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
[ -r conf ] && . ./conf
# install -d -m 0755 -o mpd -g mpd /run/mpd
exec mpd --no-daemon ${OPTS:-}

2
.config/sv/mpdas/run Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
exec mpdas

View File

@ -59,3 +59,7 @@ export SVDIR="/home/hendrik/sv"
export HOME="/home/hendrik" export HOME="/home/hendrik"
export EDITOR="vim" export EDITOR="vim"
# BEGIN_KITTY_SHELL_INTEGRATION
if test -n "$KITTY_INSTALLATION_DIR" -a -e "$KITTY_INSTALLATION_DIR/shell-integration/bash/kitty.bash"; then source "$KITTY_INSTALLATION_DIR/shell-integration/bash/kitty.bash"; fi
# END_KITTY_SHELL_INTEGRATION