A blog for technology, SEO tips, website development and open source programming.

How To Disable Sticky Edges in linux

0 2,373

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:

    1. Open a terminal (CTRL+ALT+T)
    2. Copy paste the following command to disable sticky edges

dconf write /org/compiz/profiles/unity/plugins/unityshell/launcher-capture-mouse false

    1. To re-enable sticky edges

dconf write /org/compiz/profiles/unity/plugins/unityshell/launcher-capture-mouse true

Leave a Reply

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. Accept Read More