Use systemctl to start mopidy
This commit is contained in:
parent
8969447a68
commit
74f821bbc1
@ -80,7 +80,7 @@
|
|||||||
|
|
||||||
** Fonts
|
** Fonts
|
||||||
#+BEGIN_SRC conf
|
#+BEGIN_SRC conf
|
||||||
Xft.dpi: 192
|
Xft.dpi: 96
|
||||||
Xft.autohint: 0
|
Xft.autohint: 0
|
||||||
Xft.lcdfilter: lcddefault
|
Xft.lcdfilter: lcddefault
|
||||||
Xft.hintstyle: hintfull
|
Xft.hintstyle: hintfull
|
||||||
@ -458,7 +458,8 @@ Start other applications
|
|||||||
aria2c &
|
aria2c &
|
||||||
|
|
||||||
# Mopidy
|
# Mopidy
|
||||||
mopidy --config ~/.config/mopidy/mopidy.conf >/dev/null 2>&1 &
|
# mopidy --config ~/.config/mopidy/mopidy.conf >/dev/null 2>&1 &
|
||||||
|
systemctl --user start mopidy
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
Finally, run SXHKD for the key bindings.
|
Finally, run SXHKD for the key bindings.
|
||||||
|
Loading…
Reference in New Issue
Block a user