en_US : tente usar o libinput
Detalhes
Você precisa instalar os pacotes com o APT:
sudo apt install xdotool wmctrl libinput-tools
E coloque seu usuário em input
group:
sudo gpasswd -a $USER input
Reinicie ... e instale libinput-gestures
com o GIT:
git clone http://github.com/bulletmark/libinput-gestures
cd libinput-gestures
sudo ./libinput-gestures-setup instal
Crie o arquivo ~/.config/libinput-gestures.conf
e infle com suas configurações. Exemplo:
# Toggle Present Windows (Current desktop)
gesture swipe left 3 xdotool key alt+Tab
gesture swipe right 3 xdotool key shift+alt+Tab
# Terminal (I create the shortkeys in Kubuntu and apply it here)
gesture swipe down 3 xdotool key super+z
gesture swipe up 3 xdotool key super+z
# Show Desktop Grid
gesture swipe down 4 xdotool key control+F10
# Show Desktop
gesture swipe up 4 xdotool key super+d
# Show next desktop
gesture swipe right 4 xdotool key control+alt+Left
# Show previous desktop
gesture swipe left 4 xdotool key control+alt+Right
# Zoom (I create the shortkeys in Kubuntu and apply it here)
gesture pinch out xdotool key super+o
gesture pinch in xdotool key super+i
Para definir a inicialização automática, chame isso no terminal:
libinput-gestures-setup autostart
Reinicie e aproveite:)
pt_BR : Tenta usando libinput
Detalhes
Instale os pacotes abaixo com o APT:
sudo apt install xdotool wmctrl libinput-tools
Agora, coloque seu usuário no grupo input
:
sudo gpasswd -a $USER input
Reinicie ... instale o libinput-gestures
com o GIT:
git clone http://github.com/bulletmark/libinput-gestures
cd libinput-gestures
sudo ./libinput-gestures-setup instal
Crie o arquivo ~/.config/libinput-gestures.conf
tão nela as suas configurações. Exemplo:
# Trocar as janelas (Área de trabalho atual)
gesture swipe left 3 xdotool key alt+Tab
gesture swipe right 3 xdotool key shift+alt+Tab
# Terminal (Eu criei os atalhos no Kubuntu e usei aqui)
gesture swipe down 3 xdotool key super+z
gesture swipe up 3 xdotool key super+z
# Mostrar a grid de janelas
gesture swipe down 4 xdotool key control+F10
# Mostrar a área de trabalho
gesture swipe up 4 xdotool key super+d
# Trocar a área de trabalho com a esquerda
gesture swipe right 4 xdotool key control+alt+Left
# Trocar a área de trabalho com a direita
gesture swipe left 4 xdotool key control+alt+Right
# Zoom (Eu criei os atalhos no Kubuntu e usei aqui)
gesture pinch out xdotool key super+o
gesture pinch in xdotool key super+i
Para configurar para iniciar automaticamente, executar nenhum terminal:
libinput-gestures-setup autostart
Reinicie e aproveite:)