mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Add systemd user service to autostart wl-gammarelay
This commit is contained in:
parent
2f68ed84aa
commit
17af415787
|
@ -0,0 +1 @@
|
||||||
|
/home/itsdrike/.config/systemd/user/wl-gammarelay.service
|
9
home/.config/systemd/user/wl-gammarelay.service
Normal file
9
home/.config/systemd/user/wl-gammarelay.service
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
[Unit]
|
||||||
|
Description="Redshift and brightness control for Wayland "
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
ExecStart=/usr/bin/wl-gammarelay-rs run
|
||||||
|
Restart=on-failure
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=graphical-session.target
|
Loading…
Reference in a new issue