mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-05 12:25:59 +01:00
15 lines
358 B
SYSTEMD
15 lines
358 B
SYSTEMD
|
[Unit]
|
||
|
Description=Hyprland - Tiling compositor with the looks
|
||
|
Documentation=man:Hyprland(1)
|
||
|
BindsTo=graphical-session.target
|
||
|
Before=graphical-session.target
|
||
|
Wants=graphical-session-pre.target
|
||
|
After=graphical-session-pre.target
|
||
|
|
||
|
[Service]
|
||
|
Type=notify
|
||
|
ExecStart=/usr/bin/Hyprland
|
||
|
ExecStop=/usr/bin/hyprctl dispatch exit
|
||
|
Restart=on-failure
|
||
|
Slice=session.slice
|