blob: 1ff479bbb18ca293511eff2328cd7d16d37e8620 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
; 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
|