making emacs and jellyfin use hyprland autostart instead of systemd

This commit is contained in:
Chris Cochrun 2024-03-21 17:02:46 -05:00
parent 40293e1c71
commit 45a6ec785b

View file

@ -258,9 +258,11 @@ in
"batmon.lisp" "batmon.lisp"
"/usr/lib/kdeconnectd" "/usr/lib/kdeconnectd"
"nm-tray" "nm-tray"
"systemctl --user restart jellyfin-mpv-shim" "systemctl --user stop jellyfin-mpv-shim"
"systemctl --user restart emacs" "systemctl --user stop emacs"
"systemctl --user stop nextcloud-client" "systemctl --user stop nextcloud-client"
"emacs --daemon"
"jellyfin-mpv-shim"
"nextcloud" "nextcloud"
"kdeconnect-indicator" "kdeconnect-indicator"
"wl-paste --watch cliphist store" "wl-paste --watch cliphist store"