bulletmark / libinput-gestures

Actions gestures on your touchpad using libinput

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Difficulties adding libinput-gestures to hyprland on Fedora Atomic

mecattaf opened this issue · comments

libinput-gestures: session Hyprland+wayland on Linux-6.8.9-300.fc40.x86_64-x86_64-with-glibc2.39, python 3.12.3, libinput 1.25.0
Hash: 3766cbfdefd99f715a7f1ed5ad4f5da7
Gestures configured in ~/.config/libinput-gestures.conf:
swipe right      3 /var/home/dev/.config/hypr/scripts/gestures backward
swipe left       3 /var/home/dev/.config/hypr/scripts/gestures forward
swipe up         3 hyprctl dispatch fullscreen 1
swipe down       3 hyprctl dispatch fullscreen 1
swipe right      4 hyprctl dispatch layoutmsg cyclenext
swipe left       4 hyprctl dispatch layoutmsg cycleprev
pinch out        4 swaymsg gaps inner current plus 50
pinch in         4 swaymsg gaps inner current minus 50
pinch out        5 swaymsg gaps inner current plus 50
pinch in         5 swaymsg gaps inner current minus 50
Failed to open /dev/input/event2 (Permission denied)
Failed to open /dev/input/event18 (Permission denied)
Failed to open /dev/input/event0 (Permission denied)
Failed to open /dev/input/event1 (Permission denied)
Failed to open /dev/input/event9 (Permission denied)
Failed to open /dev/input/event10 (Permission denied)
Failed to open /dev/input/event16 (Permission denied)
Failed to open /dev/input/event17 (Permission denied)
Failed to open /dev/input/event11 (Permission denied)
Failed to open /dev/input/event12 (Permission denied)
Failed to open /dev/input/event13 (Permission denied)
Failed to open /dev/input/event14 (Permission denied)
Failed to open /dev/input/event15 (Permission denied)
Failed to open /dev/input/event4 (Permission denied)
Failed to open /dev/input/event5 (Permission denied)
Failed to open /dev/input/event6 (Permission denied)
Failed to open /dev/input/event7 (Permission denied)
Failed to open /dev/input/event8 (Permission denied)
Failed to open /dev/input/event22 (Permission denied)
Failed to open /dev/input/event23 (Permission denied)
Failed to open /dev/input/event24 (Permission denied)
Failed to open /dev/input/event25 (Permission denied)
Failed to open /dev/input/event19 (Permission denied)
Failed to open /dev/input/event21 (Permission denied)
Failed to open /dev/input/event3 (Permission denied)
Failed to open /dev/input/event20 (Permission denied)
Can not see any devices, did you add yourself to the input group and reboot?
Could not determine touchpad device.

Describe the issue
Hi all,
I am attempting to add libinput-gestures to my Fedora Atomic 40 image, which runs hyprland window manager.
My current approach is described at length here: wayblueorg/wayblue#42

Hoping somebody might have a solution :)