Adding trash removal
This commit is contained in:
parent
930d476c34
commit
813b84aa5f
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Reference in a new issue