From 45a6ec785b975e286721a3324591126c63373376 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Thu, 21 Mar 2024 17:02:46 -0500 Subject: [PATCH] making emacs and jellyfin use hyprland autostart instead of systemd --- home/modules/hyprland.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/home/modules/hyprland.nix b/home/modules/hyprland.nix index 1e49314..0028fbb 100644 --- a/home/modules/hyprland.nix +++ b/home/modules/hyprland.nix @@ -258,9 +258,11 @@ in "batmon.lisp" "/usr/lib/kdeconnectd" "nm-tray" - "systemctl --user restart jellyfin-mpv-shim" - "systemctl --user restart emacs" + "systemctl --user stop jellyfin-mpv-shim" + "systemctl --user stop emacs" "systemctl --user stop nextcloud-client" + "emacs --daemon" + "jellyfin-mpv-shim" "nextcloud" "kdeconnect-indicator" "wl-paste --watch cliphist store"