-
-
Save joshcangit/e7a53142f38f3be2f6082f7003fcbafb to your computer and use it in GitHub Desktop.
Disable all gnome-shell extensions from command line.
This file contains 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
for ext in $($(type -P ls) ~/.local/share/gnome-shell/extensions); do | |
gnome-extensions disable $ext; | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment