fix(monitors): fix multi-monitor setup
This commit is contained in:
+6
-1
@@ -17,7 +17,12 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
hyprland = {
|
hyprland = {
|
||||||
monitors = ["HDMI-A-1, 1920x1080@120, auto, 1"];
|
monitors = [
|
||||||
|
"DP-1,highres@180,0x1080,1,bitdepth,10,cm,hdr,sdrbrightness,1.4,sdrsaturation,0.98,vrr,0"
|
||||||
|
"DP-2, highres@165,760x0,1"
|
||||||
|
"HDMI-A-1, highres@highrr@120, 3440x1440, 1.6"
|
||||||
|
];
|
||||||
|
|
||||||
# wallpaper = "nixos_rainbow.png";
|
# wallpaper = "nixos_rainbow.png";
|
||||||
wallpaper = "ai_pixel_purple.jpg"; # FIXME: redundant
|
wallpaper = "ai_pixel_purple.jpg"; # FIXME: redundant
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user