touchpad-window-switcher-gnome-ext
touchpad-window-switcher-gnome-ext copied to clipboard
Not Working on Lenovo Ideapad 330s 15ARR
Hi! This is a work in progress, the last version of the extension isn’t on gnome extension. What version do you have? Are you on Wayland or Xorg? Are you running the python dbus server?
I am using x11 and as for the python dbus server, no i don't think so, i kinda checked my system and didnt't find any info for that. What actions should i make, to make this work?
You can’t receive touchpad event on gnome-shell on x11 out-of-the-box, so that’s why I made a python service that send the events. You can install the dependencies of the python service with
sudo apt install libinput-dev python3-pip
pip3 install python-libinput==0.1.0
And then run the service with python3 main.py