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,16 @@
MON1 = "DP-1"
MON2 = "HDMI-A-1"
MON = MON2
hl.monitor({
output = MON1,
disabled = true,
})
hl.monitor({
output = MON2,
mode = "2560x1440@60",
position = "0x0",
scale = 1.25,
})
require("lib.single_mon")