mirror of
https://git.aramjonghu.dev/AramJonghu/hypr.git
synced 2026-09-01 07:33:31 +02:00
chore: simplify monitor layout
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
hl.monitor({
|
||||
output = "eDP-1",
|
||||
mode = "2880x1800@120",
|
||||
position = "0x0",
|
||||
mode = "preferred@120",
|
||||
position = "auto",
|
||||
scale = 1.125,
|
||||
bitdepth = 10,
|
||||
cm = "srgb",
|
||||
@@ -9,7 +9,8 @@ hl.monitor({
|
||||
|
||||
hl.monitor({
|
||||
output = "",
|
||||
mode = "highres@highrr",
|
||||
-- mirror = "eDP-1",
|
||||
mode = "preferred",
|
||||
position = "auto",
|
||||
scale = 1,
|
||||
bitdepth = 10,
|
||||
|
||||
Reference in New Issue
Block a user