feat(niri): programs at startup
This commit is contained in:
parent
9d352d94d2
commit
912e80ed1d
1 changed files with 5 additions and 0 deletions
|
@ -375,6 +375,11 @@
|
|||
action = quit { skip-confirmation = true; };
|
||||
};
|
||||
};
|
||||
spawn-at-startup = [
|
||||
{ command = [ "eww" "daemon" ]; }
|
||||
{ command = [ "eww" "open" "dock" ]; }
|
||||
{ command = [ "swayosd-server" ]; }
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue