attempt to fix wallpaper applying with noctalia
This commit is contained in:
parent
56eb7117ca
commit
46d92c5e6f
1 changed files with 5 additions and 1 deletions
|
|
@ -67,8 +67,12 @@ in
|
|||
After = [
|
||||
"network-online.target"
|
||||
"niri.service"
|
||||
"noctalia.service"
|
||||
];
|
||||
Wants = [
|
||||
"network-online.target"
|
||||
"noctalia.service"
|
||||
];
|
||||
Wants = [ "network-online.target" ];
|
||||
};
|
||||
|
||||
Service = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue