z3ntu / RazerGenie

Qt application for configuring your Razer devices under GNU/Linux.
GNU General Public License v3.0
374 stars 35 forks source link

[Feature Request] Change polling rate via CLI #138

Closed RustyReich closed 1 year ago

RustyReich commented 1 year ago

I have a mouse with a maximum polling rate of 1000hz which is what I keep it at most of the time. However, there are a few older games I play that have issues with high polling rates, and so I have to lower to 125hz to play them enjoyably. It would be really nice if I could set keyboard shortcuts to run commands such as razergenie -poll_rate 125 or something of the sort, so that I didn't have to physically open the application each time in order to change the rate.

z3ntu commented 1 year ago

You can use polychromatic-cli from polychromatic or razer-cli for CLI access. I don't plan on adding CLI functionality to RazerGenie as it'd essentially duplicate those two projects.