Использование Multi-touch жестов
Доброго времени суток. Появилось желание использовать систему с помощью Multi-touch жестов а-ля macOS. Google подсказал(https://habrahabr.ru/sandbox/84819/), что следует накатить touchegg, подправить synclient и настроить конфиг touchegg под себя. Все просто.
Изменил настройки synclient:
synclient TapButton2=0 synclient TapButton3=0 synclient ClickFinger2=0 synclient ClickFinger3=0 synclient HorizTwoFingerScroll=0 synclient VertTwoFingerScroll=0
Ввел в терминале /usr/bin/touchegg. Получил:
Reading config from «/home/razveetovajno/.config/touchegg/touchegg.conf» Try to make a multitouch gesture. If everything goes well the information about the gesture must appear [+] Avaliable gesture: Name -> Flick [+] Avaliable gesture: Name -> Drag [+] Avaliable gesture: Name -> Pinch [+] Avaliable gesture: Name -> Rotate [+] Avaliable gesture: Name -> Tap [+] Avaliable gesture: Name -> Touch
Хм. Не работает. Обратился к Google, узнал, что следует запускать touchegg до старта графической оболочки. В моем случае - gdm3. Подскажите, как это сделать.