As we all know one of the new feature announced in Ubuntu 16.04 is moving your sidebar or launcher position. In this article i will share the command that will help you to move your launcher position to bottom.
Just use the below command to move your launcher to bottom of the screen.
1 |
gsettings set com.canonical.Unity.Launcher launcher-position Bottom |
And if you want to move the launcher to its original position to its original position (left) use the below command.
1 |
gsettings set com.canonical.Unity.Launcher launcher-position Left |
Hope this helps. Thank you. 🙂