> (i also tried to use Niri but it would launch in 60Hz mode and for some reason wouldn't allow the game to run at a higher framerate with vsync disabled regardless of any option i chose)
I had some issues early on related to refresh rate, and it turned out I didn't have an output defined for the correct display. The steps I took:
1. Run `niri msg outputs` to identify the Display ID and available modes. In my case: "DP-3" and "2560x1440@143.964"
2. Set up an output in niri's confid.kdl as follows:
output "DP-3" {
mode "2560x1440@143.964"
variable-refresh-rate
}