Files
hyprland-dotfiles/config/monitors.lua
T
2026-08-12 23:15:12 -07:00

8 lines
332 B
Lua

-- Apply the physical display topology defined in the shared settings module.
local settings = require("config.settings")
-- HDMI is the left/high-refresh display; DisplayPort is positioned to its
-- right and also hosts the dedicated named workspaces.
hl.monitor(settings.monitors.primary)
hl.monitor(settings.monitors.secondary)