From 9ea4e05127e7aaf79a58f98076288b25973e949f Mon Sep 17 00:00:00 2001 From: dacctal Date: Fri, 10 Jul 2026 10:49:55 +0000 Subject: backup --- .config/hypr/monitors.lua | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .config/hypr/monitors.lua (limited to '.config/hypr/monitors.lua') 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", +}) -- cgit v1.2.3