mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-05 10:26:00 +01:00
01e3da4d51
These allow launching hyprland with a systemd service. They provide graphical-session.target which allows enabling services such as the ones for Waybar and Mako.
14 lines
358 B
Desktop File
14 lines
358 B
Desktop File
[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
|