Polish ringtail NixOS config and add documentation #208
1 changed files with 3 additions and 1 deletions
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>
commit
4f460cf897
|
|
@ -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