Hyprland: Fix monitor refreshrate
This commit is contained in:
parent
47ccc19409
commit
14f49e21aa
1 changed files with 8 additions and 1 deletions
|
@ -212,8 +212,15 @@
|
|||
];
|
||||
|
||||
monitor = [
|
||||
",preferred,auto,auto"
|
||||
"DP-1, 1920x1080@74.97, auto-left, 1" # Adalbert: Left
|
||||
"DP-3, 2560x1440@143.86, auto-right, 1" # Adalbert: Right
|
||||
"eDP-1, 1920x1080@60, auto, 1.1" # Ludwig
|
||||
",highrr,auto,auto"
|
||||
];
|
||||
|
||||
misc = {
|
||||
vrr = 1;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue