This commit is contained in:
Nina Chlóe Kassandra Reiß
2026-06-18 22:32:42 +02:00
commit eff5d95def
2 changed files with 14 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
require("monitor")
+13
View File
@@ -0,0 +1,13 @@
hl.monitor({
output = "eDP-1",
mode = "highres",
position = "0x0",
scale = 1,
})
hl.monitor({
output = "",
mode = "preferred",
position = "auto",
scale = 1,
})