mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-06-29 12:10:42 +00:00
Add custom wm-ready systemd target, and run wl-gammarelay on it
This commit is contained in:
parent
109d0d630b
commit
7ae0ced2c0
5 changed files with 12 additions and 2 deletions
|
@ -1,9 +1,10 @@
|
|||
[Unit]
|
||||
Description="Redshift and brightness control for Wayland "
|
||||
Description="Redshift and brightness control for Wayland"
|
||||
BindsTo=graphical-session.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/wl-gammarelay-rs run
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy=graphical-session.target
|
||||
WantedBy=wm-ready.target
|
||||
|
|
3
home/.config/systemd/user/wm-ready.target
Normal file
3
home/.config/systemd/user/wm-ready.target
Normal file
|
@ -0,0 +1,3 @@
|
|||
[Unit]
|
||||
Description=Window Manager loaded and ready
|
||||
BindsTo=graphical-session.target
|
|
@ -0,0 +1 @@
|
|||
/home/itsdrike/.config/systemd/user/wl-gammarelay.service
|
Loading…
Add table
Add a link
Reference in a new issue