From 46f70f3836ec494979c024e9ff4ec544643c0a9e Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 14 Nov 2025 15:38:16 +0100 Subject: ... --- home-modules/quickshell.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'home-modules/quickshell.nix') diff --git a/home-modules/quickshell.nix b/home-modules/quickshell.nix index dac7089f..79c33920 100644 --- a/home-modules/quickshell.nix +++ b/home-modules/quickshell.nix @@ -53,6 +53,9 @@ in { Documentation = "https://quickshell.org/docs/v${cfg.package.version}"; PartOf = [ "graphical-session.target" ]; After = [ "graphical-session-pre.target" ]; + X-Restart-Triggers = [ + "${config.xdg.configFile."quickshell".source}" + ]; }; Service = { -- cgit v1.2.3