Use restore_displays script as shortcut

This commit is contained in:
John Mertz 2024-07-22 21:03:58 -06:00
parent b07491c4cb
commit 87415338ff
1 changed files with 1 additions and 1 deletions

View File

@ -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 &