From 69dce4ca020e8b77363b882bc700132f3834a2f0 Mon Sep 17 00:00:00 2001 From: John Mertz Date: Mon, 12 Dec 2022 22:56:53 -0500 Subject: [PATCH] Distrobox updates --- sway/autostart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sway/autostart b/sway/autostart index 8fc8db1cb..8cf3cad9d 100644 --- a/sway/autostart +++ b/sway/autostart @@ -7,7 +7,7 @@ # 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 & +exec $HOME/scripts/distrobox/debian12/displays.sh & # Enable automatic color temperature change exec ${HOME}/scripts/sway/gammastep.pl &