Skip to content

Instantly share code, notes, and snippets.

@hafiz-muhammad
Created April 27, 2024 18:40
Show Gist options
  • Save hafiz-muhammad/42960f4fb72e47cabe83249491db7b2f to your computer and use it in GitHub Desktop.
Save hafiz-muhammad/42960f4fb72e47cabe83249491db7b2f to your computer and use it in GitHub Desktop.
Commands to enable/disable trash for Dash to Dock.

Commands to enable and disable trash for Dash to Dock:

Enable:

gsettings set org.gnome.shell.extensions.dash-to-dock show-trash true

Disable:

gsettings set org.gnome.shell.extensions.dash-to-dock show-trash false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment