Turn off default extensions along with other extensions

This commit is contained in:
David Heinemeier Hansson 2024-05-27 20:12:31 -07:00
parent d40779d50f
commit c53e2d9213
2 changed files with 3 additions and 3 deletions

View File

@ -2,6 +2,9 @@ if ! command -v gnome-shell-extension-manager &>/dev/null; then
sudo apt install -y gnome-shell-extension-manager pipx
pipx install gnome-extensions-cli --system-site-packages
# Turn off default Ubuntu extensions
gsettings set org.gnome.shell disabled-extensions ['tiling-assistant@ubuntu.com', 'ubuntu-appindicators@ubuntu.com', 'ubuntu-dock@ubuntu.com']
# FIXME: Break these extensions into individual installers
gext install tactile@lundal.io
gext install just-perfection-desktop@just-perfection

View File

@ -2,8 +2,5 @@ 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']
# FIXME: Only do this on Framework laptops or similar displays
gsettings set org.gnome.desktop.interface text-scaling-factor 0.8