From 46ca87b6c1d8fff9b26ab19b85dad014ee565eaa Mon Sep 17 00:00:00 2001 From: Frank Zechert Date: Sun, 9 Aug 2026 16:27:22 +0200 Subject: [PATCH] optimize hyprland monitor profile selection --- user/dot_config/hypr/hyprland-monitors.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/user/dot_config/hypr/hyprland-monitors.lua b/user/dot_config/hypr/hyprland-monitors.lua index 3f93957..1e068fa 100644 --- a/user/dot_config/hypr/hyprland-monitors.lua +++ b/user/dot_config/hypr/hyprland-monitors.lua @@ -92,6 +92,8 @@ local function apply_monitor_profile() end table.remove(apply_monitor_request_queue) + -- make sure we know the up-to-date state of the system + hl.exec_scheduled_prop_refresh_immediately() -- try to find all profiles that match current monitors local matching_profiles = {}