Following Medium article: [Mac-like Gestures on Ubuntu 20.04 Dell XPS 15](https://medium.com/@kaigo/mac-like-gestures-on-ubuntu-20-04-dell-xps-15-7ea6e3be7f76)
Start the software and allow it to run at startup.
`libinput-gestures-setup autostart`
`libinput-gestures-setup start`
Next install a UI tool to make adding and editing gestures easier.
`git clone https://gitlab.com/cunidev/gestures`
`cd gestures`
`sudo python3 setup.py install`
Open the new program called *‘gestures’* from your activities menu.
These are the gestures you will need to emulate a mac-like experience.
Configuration file in dotfiles: [Gestures.conf](https://github.com/BradNut/dotfiles/blob/master/Linux%20Settings/Gesture%20Settings/Gestures.conf)
- 3-finger swipe up
- xdotool key super
- 3-finger swipe down
- xdotool key Escape
- 3-finger swipe right
- xdotool key 'ctrl+alt+Left'
- 3-finger swipe left
- xdotool key 'ctrl+alt+Right'
- 3-finger pinch out
- xdotool key 'ctrl+plus'
- 3-finger ping in
- xdotool key 'ctrl+minus'
- 4-finger swipe left
- xdotool key 'alt+Left'
- 4-finger swipe right
- xdotool key 'alt+Right'
Next you may notice the workspaces are ontop of each other instead of side-by-side like MacOS. To fix this we will need to install a gnome extension named workspace matrix available [here](https://extensions.gnome.org/extension/1485/workspace-matrix/).
Now restart your system and you should be able to move workspaces, left and right using the three finger gesture or *ctrl+alt + left or right arrows*.