From 4111a7d09035b2a07f2afde7cf836c99924db0f3 Mon Sep 17 00:00:00 2001 From: Tim Wundenberg Date: Wed, 3 Dec 2025 20:50:12 +0100 Subject: [PATCH] feat: increase sleep, as 2s did not work --- setup_screen_hypr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_screen_hypr.sh b/setup_screen_hypr.sh index 81e2cf9..86506c3 100755 --- a/setup_screen_hypr.sh +++ b/setup_screen_hypr.sh @@ -26,7 +26,7 @@ disable_integrated_display_if_connected_to_external_monitors() { waybar & # reload the inputs, as they somehow get lost when a second monitor is attached - sleep 2 + sleep 5 sudo udevadm trigger --action=remove --subsystem-match=input sleep 0.5 sudo udevadm trigger --action=add --subsystem-match=input