mirror of
https://github.com/swaywm/sway.git
synced 2024-11-11 13:04:11 +01:00
Prefer higher refresh rate default modes
This commit is contained in:
parent
3975ca28c2
commit
f33dcd4c60
@ -222,7 +222,7 @@ static bool set_mode(struct wlr_output *output, int width, int height,
|
||||
best = mode;
|
||||
break;
|
||||
}
|
||||
best = mode;
|
||||
best = mode->refresh > best->refresh ? mode : best;
|
||||
}
|
||||
}
|
||||
if (!best) {
|
||||
|
Loading…
Reference in New Issue
Block a user