Skip to content

Instantly share code, notes, and snippets.

@vincejv
Last active November 1, 2023 05:59
Show Gist options
  • Save vincejv/6286387dae2f6e90df3e38ab14065702 to your computer and use it in GitHub Desktop.
Save vincejv/6286387dae2f6e90df3e38ab14065702 to your computer and use it in GitHub Desktop.
Gnome Tweaks (Ubuntu 22.04)
# In Ubuntu 20.04 Focal Fossa, there's a simple setting you can configure in Appearance -> Dock -> Show on:
# Dock tweaks (Doesn't work with Dock to Panel)
# minimize on click
gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'minimize'
# show icons that are open on that screen
gsettings set org.gnome.shell.extensions.dash-to-dock isolate-monitors true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment