diff --git a/install/gnome-tailoring.sh b/install/gnome-tailoring.sh index 46cf2ff..19f5dd3 100644 --- a/install/gnome-tailoring.sh +++ b/install/gnome-tailoring.sh @@ -6,6 +6,19 @@ if ! command -v gnome-tweak-tool &>/dev/null; then gsettings set org.gnome.desktop.interface gtk-theme 'Yaru-purple-dark' gsettings set org.gnome.desktop.interface icon-theme 'Yaru-purple' + # Use alt for pinned apps + gsettings set org.gnome.shell.keybindings switch-to-application-1 "['1']" + gsettings set org.gnome.shell.keybindings switch-to-application-2 "['2']" + gsettings set org.gnome.shell.keybindings switch-to-application-3 "['3']" + gsettings set org.gnome.shell.keybindings switch-to-application-4 "['4']" + gsettings set org.gnome.shell.keybindings switch-to-application-5 "['5']" + gsettings set org.gnome.shell.keybindings switch-to-application-6 "['6']" + gsettings set org.gnome.shell.keybindings switch-to-application-7 "['7']" + gsettings set org.gnome.shell.keybindings switch-to-application-8 "['8']" + gsettings set org.gnome.shell.keybindings switch-to-application-9 "['9']" + + gsettings set org.gnome.desktop.wm.preferences num-workspaces 6 + # FIXME: Only do this on Framework laptops or similar displays gsettings set org.gnome.desktop.interface text-scaling-factor 0.8 fi