diff --git a/config/hypr/hyprland.lua b/config/hypr/hyprland.lua index 7b5de41..994c061 100644 --- a/config/hypr/hyprland.lua +++ b/config/hypr/hyprland.lua @@ -22,6 +22,9 @@ hl.notification.create({ text = "Config for " .. (laptop_config and "laptop" or "desktop") .. " loaded", timeout = 5000, }) +if #hl.get_monitors() <= 1 then + is_docked = false +end -- Core require("hyprland.colors")