Skip to content

Instantly share code, notes, and snippets.

@doha99-eh
Created November 14, 2021 01:24
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save doha99-eh/ff916bff657c45e98867d4476e56d7d8 to your computer and use it in GitHub Desktop.
Save doha99-eh/ff916bff657c45e98867d4476e56d7d8 to your computer and use it in GitHub Desktop.
Make Ubuntu dock icons centered

To bring dock to the bottom

$ gsettings set org.gnome.shell.extensions.dash-to-dock dock-position BOTTOM

To bring dock to the center

$ gsettings set org.gnome.shell.extensions.dash-to-dock extend-height false

copy from https://askubuntu.com/a/1366908/1426831

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