Skip to content

Commit

Permalink
fixed description
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewandreii committed Feb 15, 2025
1 parent 08eb345 commit c80e10e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/ConfigDescriptions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ inline static const std::vector<SConfigOptionDescription> CONFIG_OPTIONS = {
},
SConfigOptionDescription{
.value = "input:follow_mouse_threshold",
.description = "The smallest distance the mouse needs to travel for the window under it to get focused, works only with follow_mouse = 1.",
.description = "The smallest distance in logical pixels the mouse needs to travel for the window under it to get focused. Works only with follow_mouse = 1.",
.type = CONFIG_OPTION_FLOAT,
.data = SConfigOptionDescription::SFloatData{},
},
Expand Down

0 comments on commit c80e10e

Please sign in to comment.