Files
smayzy 19ec68c058
nixos config pipeline / show-flake (push) Successful in 17s
nixos config pipeline / deploy (push) Successful in 7s
add lua config for hyprland
2026-08-15 05:12:00 +02:00

16 lines
250 B
Lua

-- Set monitors here
hl.monitor({
output = "DP-1",
mode = "1920x1080@165",
position = "0x0",
scale = 1
})
hl.monitor({
output = "DP-2",
mode = "1920x1080@165",
position = "-1080x-520",
transform = 1,
scale = 1
})