alex-courtis / xlayoutdisplay

Detects and arranges linux display outputs, using XRandR for detection and xrandr for arrangement.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setting refresh rate with argument?

fpaskali opened this issue · comments

Is it possible to set the refresh rate of the screen with xlayoutdisplay, without modifying xrandr output?

It is not currently possible to do this; the refresh rate is set to the highest available for the monitor's preferred resolution.

I do accept pull requests if you'd like to build this feature.

Thank you, for the answer. I will try, however I do not have much C++ experience.