Skip to content

Instantly share code, notes, and snippets.

@pablodz
Last active May 20, 2022 23:45
Show Gist options
  • Save pablodz/9b3c53b2107f006d69f73e1fef2d1fa9 to your computer and use it in GitHub Desktop.
Save pablodz/9b3c53b2107f006d69f73e1fef2d1fa9 to your computer and use it in GitHub Desktop.
gnome-dock
# https://linuxconfig.org/how-to-customize-dock-panel-on-ubuntu-20-04-focal-fossa-linux
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
gsettings set org.gnome.shell.extensions.dash-to-dock scroll-action 'cycle-windows'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment