iberianpig / fusuma-plugin-appmatcher

Fusuma plugin configure app-specific gestures
MIT License
8 stars 2 forks source link

Appmatcher not working. #6

Closed krruzic closed 2 years ago

krruzic commented 2 years ago

So this was working then I updated to the latest version because it stopped working when I updated Gnome. I installed the new extension, but I no gestures are detected.

env | grep -e XDG_CURRENT_DESKTOP -e XDG_SESSION_TYPE
XDG_CURRENT_DESKTOP=GNOME
XDG_SESSION_TYPE=wayland
./fusuma
Started Fusuma Gestures.
INFO -- : reload config: /home/krruzic/.config/fusuma/config.yml
INFO -- : ---------------------------------------------
INFO -- : Fusuma: 2.4.0
INFO -- : libinput: 1.20.0
INFO -- : ruby 3.0.3p157
INFO -- : OS: Linux 5.15.28-1-MANJARO #1 SMP PREEMPT Fri Mar 11 14:12:57 UTC 2022
INFO -- : Distribution: Manjaro Linux \r  (\n) (\l)
INFO -- : Desktop session: GNOME wayland
INFO -- : ---------------------------------------------
./fusuma-appmatcher -l
evolution
Alacritty
org.gnome.Extensions
firefox
Alacritty
Gnome-shell
Gnome-shell
Gnome-shell

My config:

---
context:
  application: firefox
swipe:
  3:
    left:
      sendkey: "LEFTALT+LEFT" # history forward
    right:
      sendkey: "LEFTALT+RIGHT" # history back
    up:
      sendkey: "LEFTCTRL+LEFTSHIFT+TAB" # tab switch up
    down:
      sendkey: "LEFTCTRL+TAB" # tab switch down
---
krruzic commented 2 years ago

Ignore me, needed to install the sendkey plugin too. All working now! gem install fusuma-plugin-sendkey