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