#i wanted to invert the scroll and i got this problem ..

21 messages · Page 1 of 1 (latest)

earnest wolf
frail kestrel
#

just to check, if you comment out the natural_scroll line, does the error go away?

earnest wolf
#

No

#

Still there

frail kestrel
#

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.

earnest wolf
frail kestrel
#

looks fine to me
try the commands i send to restore the default config

earnest wolf
#

the command worked but i wanted to have natura scroll on trackpad

frail kestrel
#

right, now that you have the default config again, change just natural_scroll fromfalse to true and nothing else

earnest wolf
#

ok i will try now

#

some how still the same

frail kestrel
#

you just changed that one line, and it gives you that error? does it reference the same line number in the error message?

earnest wolf
#

i dont have the error anymore

frail kestrel
#

oh

#

does natural scroll work?

earnest wolf
#

nope

frail kestrel
#

and natural_scroll = true?

earnest wolf
#

same thing

frail kestrel
#

try

input { 
    touchpad { 
        natural_scroll = true
    }
}```

at the very top of your `hyprland.conf` instead, in case its somehow being overwritten somewhere