mirror of
https://github.com/vale981/Hyprland
synced 2025-03-04 17:11:39 -05: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
|