Skip to content

Commit

Permalink
Disable Xinput by default
Browse files Browse the repository at this point in the history
Causes performance issues for a lot of people.
See #1886.
  • Loading branch information
Caellian committed May 17, 2024
1 parent c635df8 commit ff0ec62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/ConkyBuildOptions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ dependent_option(BUILD_IMLIB2 "Enable Imlib2 support" true
dependent_option(BUILD_XSHAPE "Enable Xshape support" true
"BUILD_X11" false
"Xshape support requires X11")
dependent_option(BUILD_XINPUT "Build Xinput 2 support" true
dependent_option(BUILD_XINPUT "Build Xinput 2 support (slow)" false
"BUILD_X11" false
"Xinput 2 support requires X11")

Expand Down

0 comments on commit ff0ec62

Please sign in to comment.