diff --git a/sway/autostart b/sway/autostart index 23218ec57..4dd6cf3b2 100644 --- a/sway/autostart +++ b/sway/autostart @@ -11,6 +11,7 @@ exec ${HOME}/scripts/distrobox/debian12/displays.sh & # Enable automatic color temperature change exec ${HOME}/scripts/distrobox/debian12/gammastep.pl & +exec ${HOME}/.local/bin/wl-gammactl -c -1.000 -b 2.000 -g 0.500 -m DP-1 & # Window transparency exec systemctl --user restart sway-transparency.service &