diff options
author | izmyname <[email protected]> | 2024-10-26 01:38:59 +0500 |
---|---|---|
committer | GitHub <[email protected]> | 2024-10-25 23:38:59 +0300 |
commit | e5384774a8258e44cc7f7b690ce4f6ad1f92b562 (patch) | |
tree | 5f95f04d2a18a91dc40e2ffedbbfd5693652a60f | |
parent | f0e023bff2f2a25ffe5ed3166f55f7274d17c6bc (diff) | |
download | Hyprland-e5384774a8258e44cc7f7b690ce4f6ad1f92b562.tar.gz Hyprland-e5384774a8258e44cc7f7b690ce4f6ad1f92b562.zip |
example/hyprland-session.service: add support for xdg autostart (#8230)
-rw-r--r-- | example/hyprland-session.service | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/example/hyprland-session.service b/example/hyprland-session.service index b6f0b55b..3089a961 100644 --- a/example/hyprland-session.service +++ b/example/hyprland-session.service @@ -3,6 +3,7 @@ Description=Hyprland - Tiling compositor with the looks Documentation=man:Hyprland(1) BindsTo=graphical-session.target Before=graphical-session.target +Wants=xdg-desktop-autostart.target Wants=graphical-session-pre.target After=graphical-session-pre.target |