Skip to content

Instantly share code, notes, and snippets.

@bmarkons
Created November 26, 2017 12:46
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 bmarkons/e649e5280d5ec6487b3a5eaa6dc14aee to your computer and use it in GitHub Desktop.
Save bmarkons/e649e5280d5ec6487b3a5eaa6dc14aee to your computer and use it in GitHub Desktop.
Dock Ubuntu launcher to the bottom of the screen
# Dock to the bottom
gsettings set com.canonical.Unity.Launcher launcher-position Bottom
# Dock to the left
gsettings set com.canonical.Unity.Launcher launcher-position Left
# Source
https://www.howtogeek.com/251616/how-to-move-the-unity-desktops-launcher-to-the-bottom-of-your-screen-on-ubuntu-16.04/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment