Use restore_displays script as shortcut
This commit is contained in:
parent
b07491c4cb
commit
87415338ff
|
@ -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 &
|
||||
|
|
Loading…
Reference in New Issue