Skip to content

Instantly share code, notes, and snippets.

@XinyueZ
Created July 3, 2023 21:41
Show Gist options
  • Save XinyueZ/db12dfead16476a63c075121d9c3aa4a to your computer and use it in GitHub Desktop.
Save XinyueZ/db12dfead16476a63c075121d9c3aa4a to your computer and use it in GitHub Desktop.
ubuntu, set launcher to center, similar to MacOS
gsettings set org.gnome.shell.extensions.dash-to-dock extend-height false
gsettings set org.gnome.shell.extensions.dash-to-dock dock-position BOTTOM
gsettings set org.gnome.shell.extensions.dash-to-dock transparency-mode FIXED
gsettings set org.gnome.shell.extensions.dash-to-dock dash-max-icon-size 64
gsettings set org.gnome.shell.extensions.dash-to-dock unity-backlit-items true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment