Skip to content

Instantly share code, notes, and snippets.

@Mexidense
Created January 27, 2021 18:40
optimize GUI Gnome on Ubuntu 20.04
#!/bin/sh
gsettings set org.gnome.desktop.search-providers disable-external 'true'
gsettings set org.gnome.desktop.interface enable-animations 'false'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment