-- ================================================== -- KoolDots (2026) -- Project URL: https://github.com/LinuxBeginnings -- License: GNU GPLv3 -- SPDX-License-Identifier: GPL-3.0-or-later -- ================================================== -- default Monitor config -- Monitor Configuration -- See Hyprland wiki for more details -- https://wiki.hyprland.org/Configuring/Monitors/ hl.monitor({ output = "", mode = "preferred", position = "auto", scale = "1", }) hl.monitor({ output = "", mode = "highrr", position = "auto", scale = "1", }) hl.monitor({ output = "", mode = "highres", position = "auto", scale = "1", })