aboutsummaryrefslogtreecommitdiff
path: root/.config/hypr/monitors.lua
diff options
context:
space:
mode:
authordacctal <donotcontactmevia@email.invalid>2026-07-10 10:49:55 +0000
committerdacctal <donotcontactmevia@email.invalid>2026-07-10 10:49:55 +0000
commit9ea4e05127e7aaf79a58f98076288b25973e949f (patch)
tree38e526e572e48a4c9e9cf08d6d1a6dabacb893c9 /.config/hypr/monitors.lua
parentdd03d22b6605aa26ceb9d2fbaf9b24c4ceb0e0fb (diff)
backup
Diffstat (limited to '.config/hypr/monitors.lua')
-rw-r--r--.config/hypr/monitors.lua18
1 files changed, 18 insertions, 0 deletions
diff --git a/.config/hypr/monitors.lua b/.config/hypr/monitors.lua
new file mode 100644
index 0000000..8ed2443
--- /dev/null
+++ b/.config/hypr/monitors.lua
@@ -0,0 +1,18 @@
+hl.monitor({
+ output = "DP-2",
+ mode = "1920x1080@144",
+ position = "0x0",
+ scale = "1",
+})
+hl.monitor({
+ output = "DP-1",
+ mode = "1920x1080@75",
+ position = "1920x0",
+ scale = "1",
+})
+hl.monitor({
+ output = "HDMI-A-1",
+ mode = "1920x1080@50",
+ position = "960x-1080",
+ scale = "1",
+})