Fix cosmic-session target

This commit is contained in:
Jeremy Soller 2024-06-24 09:43:15 -06:00
parent 23c062951c
commit a44e8ddc0a
No known key found for this signature in database
GPG key ID: D02FD439211AF56F

View file

@ -1,6 +1,12 @@
[Unit] [Unit]
Description=Cosmic Session Target Description=Cosmic Session Target
Documentation=man:systemd.special(7) Documentation=man:systemd.special(7)
BindsTo=graphical-session.target BindsTo=graphical-session.target
Before=graphical-session.target Before=graphical-session.target
Wants=graphical-session-pre.target
After=graphical-session-pre.target
Wants=xdg-desktop-autostart.target Wants=xdg-desktop-autostart.target
Before=xdg-desktop-autostart.target