You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@juanfranUam
Thanks for your reporting.
I have confirmed that this issue occurs with libinput 1.27.x. The cause is the change in the format of libinput debug-events. Please use libinput 1.26.x until an update is released.
I face the same issue. In my Thinkpad X1 Yoga I find that moving the pointer with the trackpoint while performing the gestures on the touchpad allows fusuma to recognize them.
Fusuma: 3.6.2
Fusuma does not recognize any gesture when I update to last version of libinput, if I downgrade to libinput 1.26.2-1 fusuma works again
To Reproduce
Steps to reproduce the behavior:
Configuration
swipe:
3:
left:
command: "hyprctl dispatch workspace r+1"
right:
command: "hyprctl dispatch workspace r-1"
up:
command: "special_off.sh"
down:
command: "special_on.sh"
4:
left:
command: "hyprctl dispatch movetoworkspace r+1"
right:
command: "hyprctl dispatch movetoworkspace r-1"
up:
command: "hyprctl dispatch movetoworkspace $(hyprctl monitors | grep active | awk '{print $3}')"
down:
command: "hyprctl dispatch movetoworkspace special:magic"
pinch:
3:
in:
command: "hyprctl dispatch fullscreenstate 0"
out:
command: "hyprctl dispatch fullscreenstate 1"
4:
in:
command: "hyprctl dispatch fullscreenstate 0"
out:
command: "hyprctl dispatch fullscreenstate 2"
The text was updated successfully, but these errors were encountered: