sunhat/install/gnome-tailoring.sh

10 lines
403 B
Bash
Raw Normal View History

2024-05-26 23:26:12 -05:00
if ! command -v gnome-tweak-tool &>/dev/null; then
sudo apt install -y gnome-tweak-tool
2024-05-27 21:15:14 -05:00
fi
2024-05-27 21:15:42 -05:00
# Turn off default Ubuntu extensions
gsettings set org.gnome.shell disabled-extensions ['tiling-assistant@ubuntu.com', 'ubuntu-appindicators@ubuntu.com', 'ubuntu-dock@ubuntu.com']
2024-05-27 21:16:00 -05:00
# FIXME: Only do this on Framework laptops or similar displays
gsettings set org.gnome.desktop.interface text-scaling-factor 0.8