From 933f2e13582eaddc07567bc35b106a196a78fc70 Mon Sep 17 00:00:00 2001 From: Tim Wundenberg Date: Tue, 2 Dec 2025 09:28:13 +0100 Subject: [PATCH] fix: reload inputs, as they are somehow missing --- setup_screen_hypr.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup_screen_hypr.sh b/setup_screen_hypr.sh index 77b5708..81e2cf9 100755 --- a/setup_screen_hypr.sh +++ b/setup_screen_hypr.sh @@ -26,6 +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 sudo udevadm trigger --action=remove --subsystem-match=input sleep 0.5 sudo udevadm trigger --action=add --subsystem-match=input