refactor code structure

This commit is contained in:
2026-08-12 23:15:12 -07:00
parent fef03be5f6
commit bfe5419bb9
17 changed files with 505 additions and 562 deletions
+7
View File
@@ -0,0 +1,7 @@
-- 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)