惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - Franky
T
Tailwind CSS Blog
Microsoft Azure Blog
Microsoft Azure Blog
The Cloudflare Blog
博客园 - 叶小钗
N
Netflix TechBlog - Medium
罗磊的独立博客
量子位
MyScale Blog
MyScale Blog
A
About on SuperTechFans
Blog — PlanetScale
Blog — PlanetScale
V
Visual Studio Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
GbyAI
GbyAI
B
Blog
腾讯CDC
爱范儿
爱范儿
Recent Announcements
Recent Announcements
有赞技术团队
有赞技术团队
F
Fortinet All Blogs
雷峰网
雷峰网
G
Google Developers Blog
Google DeepMind News
Google DeepMind News

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - libinput-three-finger-drag
2026-06-20 · via AUR Newest Packages

Pinned Comments

eclairevoyant commented on 2023-07-01 18:46 (UTC) (edited on 2023-07-01 18:46 (UTC) by eclairevoyant)

Ensure to delete any cached sources before upgrading from 1.19.3.

Also, import the upstream signing key; only simple way I can think of right now is via the following (requires curl and jq of course):

curl -sS 'https://gitlab.freedesktop.org/api/v4/users/20572/gpg_keys/530' | jq '.key' | xargs echo -e | gpg --import -i -

yarliepow commented on 2026-06-20 09:56 (UTC)

I disabled libinputs option where fast 3 finger drags get promoted to swipes. This seems to work for me.

viniavila commented on 2026-06-03 17:26 (UTC)

@yarliepow, yes, they kept the 3-finger fast swipe gesture if you drag fast enough, to trigger 3-finger drag, one have to drag slowly... the issue was that everyone had to drag VERY SLOWLY to trigger the drag therefore they adjusted some hardcoded variable to make 3-finger drag trigger easier. But apparently for you the threshold is not enough as you are still triggering fast swipe sometimes... Maybe we can track the code and discover where the adjust can be done and create a patch?

yarliepow commented on 2026-05-27 20:26 (UTC)

I tried the updated libinput 1.31.2 with my patch, but notice that sometimes my three finger drag moves the desktop workspace. Not always, but it's definitely annoying enough not to update.

viniavila commented on 2026-05-25 13:40 (UTC)

libinput-three-finger-drag 1.31.2 solved this issue, they adjusted the threshold to trigger the fast swipe gesture, so we can trigger 3f-drag easily now

I think it's safe to upgrade the package now

yarliepow commented on 2026-04-12 09:51 (UTC)

qbvt commented on 2026-04-09 09:12 (UTC) (edited on 2026-04-09 09:12 (UTC) by qbvt)

Hey, thanks to the maintainers for the work on this package.

I have the same issue as Viniavila with version 1.31.1 of this package (on KDE). 3-fingers drag no longer work. Reverting to 1.30.0 restores that functionality.

viniavila commented on 2026-04-08 14:31 (UTC) (edited on 2026-04-09 16:25 (UTC) by viniavila)

This is not working anymore. I updated to 1.31.1 version and gnome 50 version but the gesture is not being triggered. When I run the command libinput debug-events, it's possible to detect that the three finger gesture is being triggered and can be differentiated from the four finger gesture. But the click-drag effect is not working.

UPDATE: Reverting to 1.30.0 restored the funcionality also here, as pointed by qbvt

UPDATE 2: There is a discussion about this problem here: https://gitlab.freedesktop.org/libinput/libinput/-/work_items/1266