You are not logged in.

#1 2026-08-17 12:14:40

haekele
Member
Registered: 2026-08-15
Posts: 6

Trackpad is so useless.

I'm using Arch Linux with KDE Plasma and Wayland and my device is HP Spectre X360 16". My trackpad is so useless though. Like, I have to swipe across the entire trackpad just to get a gesture off. Scrolling is very laggy, like it registers half a second after I've swiped my finger on the trackpad. Also, on Google Chrome, the scrolling speed is way too fast. How do I resolve these trackpad-related issues?

Offline

#2 2026-08-17 19:21:12

aminepro
Member
Registered: 2025-01-31
Posts: 124

Re: Trackpad is so useless.

https://wiki.hypr.land/Configuring/Basi … /#touchpad

in hyprland.conf
under hl.config({input={ here}}) add touchpad = { scroll_factor = the factor number here }
and you're done that's how configuring hyprland in lua works.

You can add this too

hl.config({input={ touchpad = { scroll_factor = 1.5 } } } )

you can just keep adding

hl.config( [i]category[/i] = { [i] another category or variable/opiton [/i]}) 

Offline

#3 2026-08-18 02:10:39

haekele
Member
Registered: 2026-08-15
Posts: 6

Re: Trackpad is so useless.

aminepro wrote:

https://wiki.hypr.land/Configuring/Basi … /#touchpad

in hyprland.conf
under hl.config({input={ here}}) add touchpad = { scroll_factor = the factor number here }
and you're done that's how configuring hyprland in lua works.

You can add this too

hl.config({input={ touchpad = { scroll_factor = 1.5 } } } )

you can just keep adding

hl.config( [i]category[/i] = { [i] another category or variable/opiton [/i]}) 

I use KDE Plasma, I'm pretty sure this doesn't apply.

Offline

#4 2026-08-18 06:16:35

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,550

Re: Trackpad is so useless.

https://man.archlinux.org/man/libinput- … -size.1.en ?

it registers half a second after I've swiped my finger on the trackpad

rather sounds like a general performance issue, though.
Assuming this is KDE on wayland, how does the touchpad behave in a weston session?

Offline

#5 2026-08-18 11:47:23

haekele
Member
Registered: 2026-08-15
Posts: 6

Re: Trackpad is so useless.

seth wrote:

https://man.archlinux.org/man/libinput- … -size.1.en ?

it registers half a second after I've swiped my finger on the trackpad

rather sounds like a general performance issue, though.
Assuming this is KDE on wayland, how does the touchpad behave in a weston session?

Hi, it's hard to tell on Weston, but honestly, scrolling works fine on KDE Plasma except on Chrome where it seems to have some sort of delay before scrolling. However, my point about gestures still holds where the gesture doesn't get registered as easily on Linux as in Windows, and I want it so that I don't have to so aggressively move my hand across the touchpad to register any gesture.

Offline

#6 2026-08-18 12:03:17

aminepro
Member
Registered: 2025-01-31
Posts: 124

Re: Trackpad is so useless.

haekele wrote:
aminepro wrote:

https://wiki.hypr.land/Configuring/Basi … /#touchpad

in hyprland.conf
under hl.config({input={ here}}) add touchpad = { scroll_factor = the factor number here }
and you're done that's how configuring hyprland in lua works.

You can add this too

hl.config({input={ touchpad = { scroll_factor = 1.5 } } } )

you can just keep adding

hl.config( [i]category[/i] = { [i] another category or variable/opiton [/i]}) 

I use KDE Plasma, I'm pretty sure this doesn't apply.

My bad I read wayland as hyprland and though you're using kde and hyprland so the problem exists in both, sorry

By the way can you try hyprland and do the above to check if this is kde's problem?

Offline

#7 2026-08-18 12:06:05

haekele
Member
Registered: 2026-08-15
Posts: 6

Re: Trackpad is so useless.

aminepro wrote:
haekele wrote:
aminepro wrote:

https://wiki.hypr.land/Configuring/Basi … /#touchpad

in hyprland.conf
under hl.config({input={ here}}) add touchpad = { scroll_factor = the factor number here }
and you're done that's how configuring hyprland in lua works.

You can add this too

hl.config({input={ touchpad = { scroll_factor = 1.5 } } } )

you can just keep adding

hl.config( [i]category[/i] = { [i] another category or variable/opiton [/i]}) 

I use KDE Plasma, I'm pretty sure this doesn't apply.

My bad I read wayland as hyprland and though you're using kde and hyprland so the problem exists in both, sorry

By the way can you try hyprland and do the above to check if this is kde's problem?

Ok, sure I'll see what changes.

Offline

#8 2026-08-18 12:46:18

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,550

Re: Trackpad is so useless.

Can everybody please stop bloating the thread with mind- and senseless full quotes?

@haekele, can you quantify "the gesture doesn't get registered as easily on Linux as in Windows"?
The most common gestures are 2- and 3-finger clicks and scrolls and apparently that's not the problem.
"I need to do X with my fingers so that Y happens on KDE but on windows I only need to do Z"

The whole thing might be a HiDPI issue or just some KDE specific shortcut gestures being defined to something different than on windows (ie. the difference being deliberate)
As for chrome, does that happen to be an https://wiki.archlinux.org/title/Waylan … plications client?

Offline

#9 2026-08-18 12:51:38

haekele
Member
Registered: 2026-08-15
Posts: 6

Re: Trackpad is so useless.

Honestly I just want for the scrolling speed to be a little slower on chrome, right now it's way too fast and I've tried some extensions and also tried disabling smooth scroll, none of which seemed to work

Offline

#10 2026-08-18 12:56:59

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,550

Re: Trackpad is so useless.

seth wrote:

As for chrome, does that happen to be an https://wiki.archlinux.org/title/Waylan … plications client?

Also is this actually google-chrome or chromium? Does the latter (or other electron clients/browsers in the official repo) exhibit the same behavior?

seth wrote:

The whole thing might be a HiDPI issue

Offline

#11 2026-08-18 12:58:52

haekele
Member
Registered: 2026-08-15
Posts: 6

Re: Trackpad is so useless.

I havent tried chromium, but brave which is chromium-based had the same problem, while Firefox didn't. And yeah, it's google-chrome.

Offline

#12 2026-08-18 13:02:16

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,550

Re: Trackpad is so useless.

brave is also not in the repos.

seth multiple times wrote:
seth wrote:

As for chrome, does that happen to be an https://wiki.archlinux.org/title/Waylan … plications client?

seth wrote:

The whole thing might be a HiDPI issue

Offline

Board footer

Powered by FluxBB