benjamimgois / goverlay

GOverlay is an opensource project that aims to create a Graphical UI to help manage Linux overlays.
GNU General Public License v3.0
597 stars 42 forks source link

Allow defining several custom FPS limits for toggling #59

Open Calinou opened 1 year ago

Calinou commented 1 year ago

Right now, to define a toggleable FPS limit, you must specify more than one FPS value (0 is valid and acts as "unlimited"):

image

However, in the Custom field, you can only enter a single number:

image

This could be done by replacing the spinbox control with a standard text field, so you could enter something like 120 / 60 / 30 like in the presets. I'd like to use 0 / 117 so that I can toggle a 117 FPS limit when needed (this is to achieve low input lag with VRR on a 120 Hz display).

benjamimgois commented 1 year ago

Hi @Calinou , i'll work on that for next release. Thanks for the feedback