From 75a4da67c28fb4e40fe8297f840bdbc39c483d45 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 17 Mar 2022 00:38:07 +0100 Subject: [PATCH] add some desktop gnome config + one config for nautilus --- installation.sh | 6 ++++++ 1 file changed, 6 insertions(+) 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