feat: some wayland and river-related sessionVariables

main
Ricard Illa 2023-08-15 12:32:52 +02:00
parent 4cf2bd1775
commit 936b7a3202
Signed by: rilla
GPG Key ID: 525307BD467E4205
1 changed files with 5 additions and 0 deletions

View File

@ -60,4 +60,9 @@
Install = { WantedBy = [ "river-session.target" ]; };
};
home.sessionVariables = {
XDG_CURRENT_DESKTOP = "river";
MOZ_ENABLE_WAYLAND = 1;
};
}