hypr(monitor): switched to v2
for readability
This commit is contained in:
+30
-6
@@ -31,12 +31,36 @@
|
||||
monitor = "HDMI-A-1";
|
||||
};
|
||||
hyprland = {
|
||||
monitors = [
|
||||
# "DP-1,highres@180,0x1080,1,vrr,1,bitdepth,10,cm,hdr,sdrbrightness,2.5"
|
||||
"DP-2,highres@180, 0x0, 1"
|
||||
"DP-1, highres@240, 0x1440, 1"
|
||||
"HDMI-A-1, highres@highrr@120, 3440x1440, 1.6"
|
||||
];
|
||||
mainMonitor = "DP-1";
|
||||
# monitors = [
|
||||
# # "DP-1,highres@180,0x1080,1,vrr,1,bitdepth,10,cm,hdr,sdrbrightness,2.5"
|
||||
# "DP-2,highres@180, 0x0, 1"
|
||||
# "DP-1, highres@240, 0x1440, 1"
|
||||
# "HDMI-A-1, highres@highrr@120, 3440x1440, 1.6"
|
||||
# ];
|
||||
monitors = ''
|
||||
# -----------------------------------------------------
|
||||
# Monitor 1: Current OLED (DOWN)
|
||||
# -----------------------------------------------------
|
||||
monitorv2 {
|
||||
output = DP-1
|
||||
mode = 3440x1440@240
|
||||
position = 0x0
|
||||
scale = 1
|
||||
vrr = 0
|
||||
}
|
||||
|
||||
# -----------------------------------------------------
|
||||
# Monitor 2: LED (UP)
|
||||
# -----------------------------------------------------
|
||||
monitorv2 {
|
||||
output = DP-2
|
||||
mode = 3440x1440@165
|
||||
position = auto-up
|
||||
scale = 1
|
||||
vrr = 0
|
||||
}
|
||||
'';
|
||||
|
||||
wallpaper = "firewatch.png";
|
||||
kb_options = "";
|
||||
|
||||
Reference in New Issue
Block a user