alex-courtis / xlayoutdisplay

Detects and arranges linux display outputs, using XRandR for detection and xrandr for arrangement.
Apache License 2.0
178 stars 15 forks source link

Setting refresh rate with argument? #8

Closed fpaskali closed 3 years ago

fpaskali commented 4 years ago

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

alex-courtis commented 4 years ago

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.

fpaskali commented 4 years ago

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