first go at hyprland with lua config

This commit is contained in:
2026-05-10 15:35:01 +01:00
parent ecfa3d9c0f
commit b8ce839f2a
15 changed files with 576 additions and 144 deletions
+14
View File
@@ -0,0 +1,14 @@
-- builtin display
hl.monitor({
output = "eDP-1",
mode = "1920x1060@60.0",
position = "0x0",
scale = 1,
})
-- general hotplugging
hl.monitor({
mode = "preferred",
position = "auto",
scale = 1,
})