-
i've tested wayland, libinput-gestures with ydotool/mousemove_relative to simulate three finger drag. still too much latency even with the daemon.
i intended to replace x11, libinput-gestures, xdot…
-
I am wondering if, and how, we could finetune sensitivity and treshold of the gestures?
I am using this lib for the one and only purpose to bring two finger gestures (history back and forward) into g…
-
### ピッチ
N本指で左右スワイプして画面切り替えたい
### モチベーション
Super+Nキーを押すのが面倒というのが解決する
-
**General:**
- Make libinput-gestures part of the default install
- Add users to `input` group automatically for gesture support
**KDE:**
- Virtual keyboard option (maliit-keyboard: https:…
ermo updated
6 months ago
-
I am trying to switch from libinput-gestures. libinput-gestures supported some internal commands, like for instance `_internal ws_up` to switch to the next virtual desktop, which worked independent of…
-
Hi there,
I'm trying to bind nwg-drawer with libinput gesture, and I'd love to be able to bind open and close in different gestures. However, I couldn't find a way to detect if the drawer is showin…
-
The Yoga Book 9i is coming out in a couple of months, and I am curious if there is any way to actually daily drive a dual screen laptop on any of the modern desktop environments. Meaning the laptop ha…
-
Is it possible to implement command trigger as soon as 3 finger gesture is registered? Currently they are triggered on release.
In the opposite of libinput-gestures, fusuma triggers command as soon a…
-
The following script should show all touch events related to the touchscreen:
```python
from libinput import LibInput, ContextType, EventType
li = LibInput(context_type=ContextType.PATH)
device …
-
I propose two new touchpad gesture types: *tap* and *scroll*
### Tap
Tap would operate similarly to hold, however, it would recognise short taps, rather than long presses on the touchpad.
Even bett…