Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmdotin/94401ad49d63da63aab8aff3294ff922 to your computer and use it in GitHub Desktop.
Save dmdotin/94401ad49d63da63aab8aff3294ff922 to your computer and use it in GitHub Desktop.
How to move desktop launcher to bottom in ubuntu 16
Open Terminal - Ctrl+Alt+T
Enter below command -
gsettings set com.canonical.Unity.Launcher launcher-position Bottom
if you want to move back to left use command below -
gsettings set com.canonical.Unity.Launcher launcher-position Left
-----------------------------------------------
OR Install Unity Tweak Tool
open the Software application included with Ubuntu, search for “Unity Tweak Tool,” and install it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment