Start mopidy in xinit instead of using systemd
This commit is contained in:
parent
674bcab7f4
commit
d0f8da2de2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user