Touchpad Awesome
Pour utiliser le clique simple TouchPad dans Awesome :
Créer le dossier /etc/X11/xorg.conf.d
:
mkdir /etc/X11/xorg.conf.d
Puis ajouter le fichier 40-libinput.conf
avec :
Section "InputClass" Identifier "libinput touchpad catchall" MatchIsTouchpad "on" MatchDevicePath "/dev/input/event*" Driver "libinput" Option "Tapping" "on" EndSection
Puis redémarrer le gestionnaire GDM3
:
systemctl restart gdm3
ou LIGHTDM
systemctl restart lightdm
Selon le cas…
Voila ! C'est tout. Pour plus d'infos cliquez ici (en Anglais)