Add a spotifyd service
This commit is contained in:
parent
769d68eeb4
commit
f146b722a8
9
services/spotifyd/run
Executable file
9
services/spotifyd/run
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/sh -e
|
||||
exec > /dev/null
|
||||
exec env -i \
|
||||
HOME="${HOME:-/home/noctua}" \
|
||||
XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-/home/noctua/.config}" \
|
||||
XDG_CACHE_HOME="${XDG_CONFIG_HOME:-/home/noctua/.cache}" \
|
||||
PATH="/usr/local/bin:$HOME/.cargo/bin:$PATH" \
|
||||
DISPLAY=":0" \
|
||||
/home/noctua/.cargo/bin/spotifyd --no-daemon
|
Loading…
Reference in New Issue
Block a user