Adding trash removal

This commit is contained in:
Anri 2021-11-17 15:10:28 +01:00
parent 930d476c34
commit 813b84aa5f

View file

@ -68,6 +68,9 @@ then
# Install clipboard history # Install clipboard history
bash installClipboardHistory.sh 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 # Move the Menu Button to the top of the bar
gsettings set org.gnome.shell.extensions.dash-to-dock show-apps-at-top true gsettings set org.gnome.shell.extensions.dash-to-dock show-apps-at-top true