add some desktop gnome config + one config for nautilus
This commit is contained in:
parent
60b2645a78
commit
75a4da67c2
1 changed files with 6 additions and 0 deletions
|
@ -257,6 +257,12 @@ sudo systemctl start touchegg
|
|||
# Better alt-tab
|
||||
gsettings set org.gnome.desktop.wm.keybindings switch-windows "['<Alt>Tab', '<Super>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
|
||||
|
|
Reference in a new issue