hyprland: pin DP-2 to 3440x1440@190 on FredOS-Gaming
The default `,preferred,auto,1` line was selecting 60 Hz on the G34WQCP. Pin the OC'd 190 Hz mode explicitly. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
2494c4c785
commit
a215b31b8b
1 changed files with 2 additions and 1 deletions
|
|
@ -60,7 +60,8 @@
|
||||||
plugins = [ pkgs.hyprlandPlugins.hyprspace ];
|
plugins = [ pkgs.hyprlandPlugins.hyprspace ];
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
monitor = ",preferred,auto,1";
|
# Pin the OC'd 190 Hz mode so we don't fall back to 60.
|
||||||
|
monitor = "DP-2,3440x1440@190,0x0,1";
|
||||||
|
|
||||||
"$mod" = "SUPER";
|
"$mod" = "SUPER";
|
||||||
"$term" = "ghostty";
|
"$term" = "ghostty";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue