diff --git a/sway/autostart b/sway/autostart index 8cf3cad9d..e10e0ad62 100644 --- a/sway/autostart +++ b/sway/autostart @@ -7,10 +7,10 @@ # Automatically restore last used output configuration # TODO: Need to add fail-safe to script in case the outputs are unavailable -exec $HOME/scripts/distrobox/debian12/displays.sh & +exec ${HOME}/scripts/distrobox/debian12/displays.sh & # Enable automatic color temperature change -exec ${HOME}/scripts/sway/gammastep.pl & +exec ${HOME}/scripts/distrobox/debian12/gammastep.pl & # Notification daemon exec mako &