switch to hyprland lua

This commit is contained in:
2026-05-17 11:29:41 +02:00
parent dc0bfb0d23
commit 75675af8d1
46 changed files with 8711 additions and 10223 deletions
+42
View File
@@ -0,0 +1,42 @@
--###############
--## MONITORS ###
--###############
-- See https://wiki.hypr.land/Configuring/Monitors/
-- Generated by hyprlang2lua. Review TODOs before reloading Hyprland.
hl.monitor({
output = LEFT_MONITOR,
mode = "2560x1440@120.00",
position = "0x0",
scale = "1",
})
hl.monitor({
output = BOTTOM_MONITOR,
mode = "2560x1440@239.97",
position = "2560x0",
scale = "1",
})
hl.monitor({
output = RIGHT_MONITOR,
mode = "2560x1440@239.97",
position = "5120x0",
scale = "1",
})
hl.monitor({
output = TOP_MONITOR,
mode = "2560x1440@239.97",
position = "2560x-1440",
scale = "1",
})
hl.monitor({
output = "",
mode = "preferred",
position = "auto",
scale = "auto",
})