fix graphical-session target reached after hyprland-session target

dev-docs
Moritz Böhme 2023-01-11 10:38:18 +01:00
parent 72d7d613d1
commit c9314498c7
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
1 changed files with 1 additions and 0 deletions

View File

@ -135,6 +135,7 @@ in
# only consider graphical-session.target started when hyprland-sesstion.target is reached
systemd.user.targets.hyprland-session = {
wantedBy = [ "graphical-session.target" ];
before = [ "graphical-session.target" ];
};