disable top-right corner "activities"
This commit is contained in:
parent
81e47c2f50
commit
833ad6f5e1
1 changed files with 1 additions and 0 deletions
1
arch.sh
1
arch.sh
|
@ -227,6 +227,7 @@ then
|
|||
gsettings set org.gnome.desktop.wm.keybindings switch-applications "[]" # old behaviour
|
||||
gsettings set org.gnome.desktop.interface clock-show-seconds true # affiche les secondes dans l'horloge
|
||||
gsettings set org.gnome.desktop.interface show-battery-percentage true # show battery poucentage
|
||||
gsettings set org.gnome.desktop.interface enable-hot-corners false # disable top-right corner "activities"
|
||||
gsettings set org.gnome.desktop.background show-desktop-icons true # show icons on desktop
|
||||
gsettings set org.gnome.nautilus.preferences show-image-thumbnails 'always' # thumbnails nautilus
|
||||
gsettings set org.gnome.settings-daemon.plugins.color night-light-enabled true # mode "nuit" (lumière bleue)
|
||||
|
|
Loading…
Reference in a new issue