From d0f8da2de20e5283623efff802220610088d70db Mon Sep 17 00:00:00 2001 From: Thomas Dehaeze Date: Sun, 1 Mar 2020 21:35:27 +0100 Subject: [PATCH] Start mopidy in xinit instead of using systemd --- dotfiles/xconfig.org | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/dotfiles/xconfig.org b/dotfiles/xconfig.org index 8419014..f3f9f90 100644 --- a/dotfiles/xconfig.org +++ b/dotfiles/xconfig.org @@ -363,12 +363,6 @@ Xft.rgba: rgb dbus-update-activation-environment --systemd DISPLAY #+end_src -Start =gnome-keyring-daemon= in order not to be asked for password to unlock GPG key. -#+begin_src bash - # eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh) - # export SSH_AUTH_SOCK -#+end_src - Fix for Matlab. #+begin_src bash export _JAVA_AWT_WM_NONREPARENTING=1 @@ -464,6 +458,10 @@ Start the applications related to the top bar (polybar + applet). udiskie --automount --notify --tray & #+end_src +#+begin_src bash + mopidy --config ~/.config/mopidy/mopidy.conf >/dev/null 2>&1 & +#+end_src + Finally, run SXHKD for the key bindings. #+begin_src bash # Start sxhkd