From 46827f674097df421a9025aa881769307758b8f2 Mon Sep 17 00:00:00 2001 From: John Mertz Date: Tue, 9 May 2023 14:45:10 -0400 Subject: [PATCH] Start wl-gammactl (on Desktop) Laptop does not have wl-gammactl. Likewise, desktop does not have gammastep. They will just fail to execute. No harm. However, it would be nice if I had a unified gamma control script eventually which could also implement the waybar enable/disable button. --- sway/autostart | 1 + 1 file changed, 1 insertion(+) 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 &