#i wanted to invert the scroll and i got this problem ..
21 messages · Page 1 of 1 (latest)
just to check, if you comment out the natural_scroll line, does the error go away?
I copied your config and there's no errors for me
Can you show us your hyprland.conf where you sourced input.conf
You may also try (run them one-by-one)
cd ~/.config/hypr
cp input.conf input.conf.old
cp ~/.local/share/omarchy/config/hypr/input.conf .
this will back up your current (broken config) and bring in the default one - if the error persists after that, the problem is definitely in your hyprland.conf or wherever you are acutally sourcing the file.
this it he hyperland.conf i have
looks fine to me
try the commands i send to restore the default config
right, now that you have the default config again, change just natural_scroll fromfalse to true and nothing else
you just changed that one line, and it gives you that error? does it reference the same line number in the error message?
i dont have the error anymore
nope
and natural_scroll = true?
same thing
try
input {
touchpad {
natural_scroll = true
}
}```
at the very top of your `hyprland.conf` instead, in case its somehow being overwritten somewhere