mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 18:05:59 +01:00
14 lines
290 B
SYSTEMD
14 lines
290 B
SYSTEMD
|
; a primitive systemd --user example
|
||
|
; see example/hyprland.service for more details
|
||
|
[Unit]
|
||
|
Description = %p
|
||
|
BindsTo = hyprland.service
|
||
|
Wants = hyprland.service
|
||
|
After = hyprland.service
|
||
|
|
||
|
[Service]
|
||
|
ExecStart = /usr/bin/swaybg --color #%i
|
||
|
|
||
|
[Install]
|
||
|
WantedBy = default.target
|