From 556e31ba92b69e0b6be088688c5674e3fa93c553 Mon Sep 17 00:00:00 2001 From: Thomas Dehaeze Date: Tue, 3 Nov 2020 11:30:57 +0100 Subject: [PATCH] Use systemctl to start mopidy --- dotfiles/xconfig.org | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dotfiles/xconfig.org b/dotfiles/xconfig.org index 38d9f49..2d568a3 100644 --- a/dotfiles/xconfig.org +++ b/dotfiles/xconfig.org @@ -80,7 +80,7 @@ ** Fonts #+BEGIN_SRC conf - Xft.dpi: 192 + Xft.dpi: 96 Xft.autohint: 0 Xft.lcdfilter: lcddefault Xft.hintstyle: hintfull @@ -458,7 +458,8 @@ Start other applications aria2c & # 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 Finally, run SXHKD for the key bindings.