8 lines
332 B
Lua
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)
|