diff --git a/install/gnome-tailoring.sh b/install/gnome-tailoring.sh index 04a370c..53749ba 100644 --- a/install/gnome-tailoring.sh +++ b/install/gnome-tailoring.sh @@ -2,6 +2,8 @@ if ! command -v gnome-tweak-tool &>/dev/null; then sudo apt install -y gnome-tweak-tool fi +# Turn off default Ubuntu extensions +gsettings set org.gnome.shell disabled-extensions ['tiling-assistant@ubuntu.com', 'ubuntu-appindicators@ubuntu.com', 'ubuntu-dock@ubuntu.com'] # Set default UI theme source ~/.local/share/omakub/themes/gnome/yaru-dark-purple.sh