dotfiles/home/.config/systemd/user/redshift-gtk-service
Marko Korhonen 2c3d93ebee Move Sway to systemd
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2020-01-10 15:35:07 +02:00

11 lines
234 B
Plaintext

[Unit]
Description=Adjusts the color temperature of your screen according to your surroundings.
PartOf=graphical-session.target
[Service]
Type=simple
ExecStart=/usr/bin/redshift-gtk -m wayland
[Install]
WantedBy=sway-session.target