wiiznokes / fan-control

Control your fans with different behaviors
GNU General Public License v3.0
159 stars 11 forks source link

UI made into Rust default feature, in case you do not want x11 common library #140

Closed Xavantex closed 5 months ago

Xavantex commented 5 months ago

Changes UI dependency into a Rust feature that can be turned off at compile time. This loses the libxkbcommon dependency, allowing most common headless environments to run binary.

Only tested to run with a test config and all the arg flags. No hardware available currently to test on personally.

Xavantex commented 5 months ago

https://github.com/wiiznokes/fan-control/issues/138#issuecomment-2183037073

New pull request as given go ahead :)