diff --git a/config/hypr/hyprland.lua b/config/hypr/hyprland.lua index 994c061..ba0b9e1 100644 --- a/config/hypr/hyprland.lua +++ b/config/hypr/hyprland.lua @@ -22,7 +22,11 @@ hl.notification.create({ text = "Config for " .. (laptop_config and "laptop" or "desktop") .. " loaded", timeout = 5000, }) -if #hl.get_monitors() <= 1 then +if is_docked and #hl.get_monitors() <= 1 then + hl.notification.create({ + text = "Emergency docked mode fallback initiated: No external displays detected", + timeout = 5000, + }) is_docked = false end