Use systemctl to start mopidy

This commit is contained in:
Thomas Dehaeze 2020-11-03 11:30:57 +01:00
parent 8969447a68
commit 74f821bbc1

View File

@ -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.