2024-08-19 15:02:09 +02:00
|
|
|
[Unit]
|
|
|
|
Description=Hyprland - Tiling compositor with the looks
|
|
|
|
Documentation=man:Hyprland(1)
|
|
|
|
BindsTo=graphical-session.target
|
|
|
|
Before=graphical-session.target
|
2024-10-25 22:38:59 +02:00
|
|
|
Wants=xdg-desktop-autostart.target
|
2024-08-19 15:02:09 +02:00
|
|
|
Wants=graphical-session-pre.target
|
|
|
|
After=graphical-session-pre.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=notify
|
2024-10-26 21:49:00 +02:00
|
|
|
ExecStart=@PREFIX@/@BINDIR@/Hyprland
|
|
|
|
ExecStop=@PREFIX@/@BINDIR@/hyprctl dispatch exit
|
|
|
|
ExecStopPost=systemctl --user unset-environment DISPLAY WAYLAND_DISPLAY HYPRLAND_INSTANCE_SIGNATURE XDG_CURRENT_DESKTOP
|
2024-08-19 15:02:09 +02:00
|
|
|
Restart=on-failure
|
|
|
|
Slice=session.slice
|