diff --git a/sway/autostart b/sway/autostart index 287c96f50..76a51ba7c 100644 --- a/sway/autostart +++ b/sway/autostart @@ -23,7 +23,7 @@ exec SSH_ASKPASS_REQUIRE=force SSH_ASKPASS=${HOME}/.local/bin/ksshaskpass ssh-ad # Automatically restore last used output configuration # TODO: Need to add fail-safe to script in case the outputs are unavailable -exec ${HOME}/scripts/sway/displays.pl $(cat ${HOME}/.local/state/last_display) & +exec ${HOME}/scripts/sway/restore_displays.sh & # Enable automatic color temperature change exec ${HOME}/scripts/distrobox/debian/gammastep.pl &