From 813b84aa5f399c4ce22c2f64ad805da3a59220ea Mon Sep 17 00:00:00 2001 From: Anri Date: Wed, 17 Nov 2021 15:10:28 +0100 Subject: [PATCH] Adding trash removal --- installGlobalScript.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/installGlobalScript.sh b/installGlobalScript.sh index 958a6d1..1386a4f 100644 --- a/installGlobalScript.sh +++ b/installGlobalScript.sh @@ -68,6 +68,9 @@ then # Install clipboard history bash installClipboardHistory.sh + # Remove the Trash icon from the bar + gsettings set org.gnome.shell.extensions.dash-to-dock show-trash false + # Move the Menu Button to the top of the bar gsettings set org.gnome.shell.extensions.dash-to-dock show-apps-at-top true