feat(niri): programs at startup

This commit is contained in:
Ahurac 2024-11-05 10:34:31 +01:00
parent 9d352d94d2
commit 912e80ed1d

View file

@ -375,6 +375,11 @@
action = quit { skip-confirmation = true; };
};
};
spawn-at-startup = [
{ command = [ "eww" "daemon" ]; }
{ command = [ "eww" "open" "dock" ]; }
{ command = [ "swayosd-server" ]; }
];
};
};