mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 16:45:59 +01:00
13 lines
245 B
SYSTEMD
13 lines
245 B
SYSTEMD
|
; a primitive systemd --user example
|
||
|
[Unit]
|
||
|
Description = %p
|
||
|
BindsTo = graphical-session.target
|
||
|
Upholds = swaybg@333333.service
|
||
|
|
||
|
[Service]
|
||
|
Type = notify
|
||
|
ExecStart = /usr/bin/Hyprland
|
||
|
|
||
|
[Install]
|
||
|
WantedBy = default.target
|