Set monitor to 165Hz with adaptive sync, add pactl
Running at 60Hz caused significant input lag. Enable full 165Hz refresh rate on the OMEN 27i and adaptive sync for VRR. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
a2c3ddd9a2
commit
4f460cf897
1 changed files with 3 additions and 1 deletions
|
|
@ -228,7 +228,9 @@ in
|
|||
};
|
||||
};
|
||||
output = {
|
||||
"*" = {
|
||||
"DP-1" = {
|
||||
mode = "2560x1440@165Hz";
|
||||
adaptive_sync = "on";
|
||||
bg = "~/.config/sway/wallpaper.jpg fill";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue