Created
May 16, 2018 17:22
-
-
Save dmdotin/94401ad49d63da63aab8aff3294ff922 to your computer and use it in GitHub Desktop.
How to move desktop launcher to bottom in ubuntu 16
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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