How to move Ubuntu’s Unity launcher to the bottom of the screen. Terminal commands to move the Unity Launcher to bottom of the Desktop. With the release of Ubuntu 16.04 LTS, users can move Unity 7’s launcher to the bottom of Desktop.
Move The Unity Launcher
By default, the Unity is placed on the left-hand side of the Desktop. But users can easily move it to the bottom of the screen. There are two ways to move the Unity launcher to the bottom of the screen – using Unity Tweak Tool and using Terminal command. Here’s how to do it:
Using Unity Tweak Tool
I assume you have installed Unity Tweak Tool on your system. Once installed:
- Open it from Ubuntu Dash.
- Go to Unity tab > Launcher > Position.
- Select the Bottom position.
- Exit.
Using Terminal Command
Run the following command in Terminal to move the Unity launcher to the bottom of the screen:
$ gsettings set com.canonical.Unity.Launcher launcher-position Bottom
If you aren’t happy with the bottom position, simply revert the changes using Unity Tweak Tool.