You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found what seems to be a configuration bug related to natural_scroll.
The value is defined in multiple configuration files with conflicting settings:
~/.config/hypr/conf/keyboard.conf
natural_scroll = true
~/.config/hypr/input.lua
natural_scroll=false
The value from input.lua appears to override the one from keyboard.conf, so natural_scroll remains disabled even though it is enabled in the configuration.
The keyboard.conf file appears to be generated and managed by the HyprMod tool, while input.lua is downloaded from the repository and does not seem to be updated by the configuration tools. As a result, the natural_scroll setting in input.lua overrides the value configured in keyboard.conf.
This bug prevents HyprMod tool from correctly updating the natural_scroll setting.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I found what seems to be a configuration bug related to
natural_scroll.The value is defined in multiple configuration files with conflicting settings:
~/.config/hypr/conf/keyboard.confnatural_scroll = true~/.config/hypr/input.luaThe value from
input.luaappears to override the one fromkeyboard.conf, sonatural_scrollremains disabled even though it is enabled in the configuration.The
keyboard.conffile appears to be generated and managed by the HyprMod tool, whileinput.luais downloaded from the repository and does not seem to be updated by the configuration tools. As a result, thenatural_scrollsetting ininput.luaoverrides the value configured inkeyboard.conf.This bug prevents HyprMod tool from correctly updating the
natural_scrollsetting.Beta Was this translation helpful? Give feedback.
All reactions