Created
January 27, 2021 18:40
-
-
Save Mexidense/48e6263d77c7f0941fb7feb376cb699f to your computer and use it in GitHub Desktop.
optimize GUI Gnome on Ubuntu 20.04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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