fix: setup screen hypr

This commit is contained in:
2025-12-01 07:08:29 +01:00
parent db2290048e
commit 23be4c3748

View File

@@ -23,7 +23,10 @@ disable_integrated_display_if_connected_to_external_monitors() {
fi fi
pkill waybar || true pkill waybar || true
waybar waybar &
# reload the inputs, as they somehow get lost when a second monitor is attached
hyprctl devices
} }
disable_integrated_display_if_connected_to_external_monitors disable_integrated_display_if_connected_to_external_monitors