I am using a dual booted setup of windows 11 and kubuntu. Unfortunately, kubuntu doesn't support the pinch gestures out of the box which were very useful. So I installed libinput gestures for it but for some reason its not working. All my dependencies are installed(including the GUI gestures which I realize is not a dependency). Here's a snippet from my /etc/libinput-gestures.conf file:
# KDE Plasma open/close overview
gesture pinch in xdotool key ctrl+F9
gesture pinch out xdotool key ctrl+F9
For some reason this is not working even after restarting libinput-gestures-setup. Is there something I am missing here? Also I don't fully know that whether these mappings will give me smooth pinch gestures like that of windows 11. Can anyone suggest any solutions to emulate that behavior?
echo $XDG_SESSION_TYPE
x11
echo $XDG_SESSION_TYPE
and post the output by editing your question (the edit link is below your question) – Archisman Panigrahi Oct 24 '23 at 06:34