dotfiles

TouchPad Gestures

Lib-input Gestures

https://github.com/bulletmark/libinput-gestures

1. Ubuntu

  sudo gpasswd -a $USER input
  sudo apt-get install xdotool wmctrl
  sudo apt-get install libinput-tools

2. Arch Linux

  sudo pacman -S xdotool wmctrl
  sudo gpasswd -a $USER input
  
  yay -S libinput-gestures

Configuration

Note: Comment all entries in the default configuration file at /etc/libinput-gestures.conf

nano ~/.config/libinput-gestures.conf

Autostart on startup

libinput-gestures-setup autostart
libinput-gestures-setup start

Disabling middleclick gesture

synclient TapButton3=0

https://github.com/bulletmark/libinput-gestures/issues/112#issuecomment-356352149


References:

https://askubuntu.com/a/1035863

https://github.com/bulletmark/libinput-gestures