The post will demonstrate how to disable or enable the sticky edges on Linux. The mouse handling is really difficult if you switch between additional monitors, with sticky edges enabled.
Steps:
- Open a terminal (CTRL+ALT+T)
- Copy paste the following command to disable sticky edges
dconf write /org/compiz/profiles/unity/plugins/unityshell/launcher-capture-mouse false
- To re-enable sticky edges
dconf write /org/compiz/profiles/unity/plugins/unityshell/launcher-capture-mouse true