From 87415338ff4077f0b7d5041f65842ee7bc9d9855 Mon Sep 17 00:00:00 2001 From: John Mertz Date: Mon, 22 Jul 2024 21:03:58 -0600 Subject: [PATCH] Use restore_displays script as shortcut --- sway/autostart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 &