Podemos tener los gestos Mac (como desplazamiento de escritorios con 3 dedos) al estilo Mac. Ejecutando los siguientes comandos:
$ sudo gpasswd -a $USER input
$ sudo apt install xdotool wmctrl libinput-tools
$ cd /tmp
$ git clone https://github.com/bulletmark/libinput-gestures
$ cd libinput-gestures
$ sudo. /libinput-gestures-setup install
$ touch ~/.config/libinput-gestures.conf
$ libinput-gestures-setup restart
Mi configuración:
$ sudo nano ~/.config/libinput-gestures.conf
Copiamos y pegamos lo siguiente:
gesture swipe up 3 xdotool key super+Down
gesture swipe left 3 xdotool key super+Right
gesture swipe right 3 xdotool key super+Left
$ libinput-gestures-setup restart