Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rajibdpi/87d257b6d79e4b12f2424ea77f0a6f46 to your computer and use it in GitHub Desktop.
Save rajibdpi/87d257b6d79e4b12f2424ea77f0a6f46 to your computer and use it in GitHub Desktop.
How can move the "Show Applications" button in dock from right to left in Ubuntu Desktop?

This command will move it to the top:

gsettings set org.gnome.shell.extensions.dash-to-dock show-apps-at-top true

Use this to undo it:

gsettings set org.gnome.shell.extensions.dash-to-dock show-apps-at-top false

These commands can also be used to move the "Show Applications" button in dock from right to left or vice versa.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment