diff --git a/installation.sh b/installation.sh index 33d4804..d1c4fd8 100644 --- a/installation.sh +++ b/installation.sh @@ -257,6 +257,12 @@ sudo systemctl start touchegg # Better alt-tab gsettings set org.gnome.desktop.wm.keybindings switch-windows "['Tab', 'Tab']" # new behaviour gsettings set org.gnome.desktop.wm.keybindings switch-applications "[]" # old behaviour +# Show icons on desktop +gsettings set org.gnome.desktop.background show-desktop-icons true +gsettings set org.gnome.shell.extensions.ding show-home false # hide personal user folder +gsettings set org.gnome.shell.extensions.ding show-drop-place false # hide square when moving icons +# Thumbnails nautilus +gsettings set org.gnome.nautilus.preferences show-image-thumbnails 'always' # == Clipboard history == sudo pacman -S copyq --noconfirm