Migrate hyprland config to lua

This commit is contained in:
Tobias Reisinger 2026-09-03 12:41:22 +02:00
commit bdaeb19666
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
29 changed files with 485 additions and 437 deletions

View file

@ -0,0 +1,23 @@
MON1 = "DP-1"
MON2 = "HDMI-A-1"
hl.monitor({
output = "DP-1",
mode = "2560x1440@180",
position = "auto-right",
scale = 1.25,
})
hl.monitor({
output = "HDMI-A-1",
mode = "2560x1440@60",
position = "0x0",
scale = 1.25,
reserved_area = {
top = 0,
bottom = 0,
left = 0,
right = 1530
}
})
require("lib.7_3_ws_layout")