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:
Erich Blume 2026-02-18 17:53:11 -08:00
commit 4f460cf897

View file

@ -228,7 +228,9 @@ in
};
};
output = {
"*" = {
"DP-1" = {
mode = "2560x1440@165Hz";
adaptive_sync = "on";
bg = "~/.config/sway/wallpaper.jpg fill";
};
};