From 912e80ed1d5c53cb40cce75efff7c412ba53b348 Mon Sep 17 00:00:00 2001 From: Ahurac Date: Tue, 5 Nov 2024 10:34:31 +0100 Subject: [PATCH] feat(niri): programs at startup --- common/home.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/common/home.nix b/common/home.nix index e4954b5..121d2e8 100644 --- a/common/home.nix +++ b/common/home.nix @@ -375,6 +375,11 @@ action = quit { skip-confirmation = true; }; }; }; + spawn-at-startup = [ + { command = [ "eww" "daemon" ]; } + { command = [ "eww" "open" "dock" ]; } + { command = [ "swayosd-server" ]; } + ]; }; };