mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-04-18 17:22:27 +00:00
Add systemd user service to autostart wl-gammarelay
This commit is contained in:
parent
2f68ed84aa
commit
17af415787
2 changed files with 10 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue