diff --git a/src/setup/system/gnome_extensions.py b/src/setup/system/gnome_extensions.py index 2bee76e..dcfb2dc 100644 --- a/src/setup/system/gnome_extensions.py +++ b/src/setup/system/gnome_extensions.py @@ -9,7 +9,6 @@ post_install = ["Restart GNOME shell", "enable GNOME extensions"] EXTENSIONS = ( (36, "extension-lockkeys.conf"), # lock-keys - (906, "extension-sound-output-device-chooser.conf"), # sound-output-device-chooser (2741, ""), # remove-alttab-delay-v2 (2890, "extension-trayIconsReloaded.conf"), # tray-icons-reloaded (3193, "extension-blur-my-shell.conf"), # blur-my-shell @@ -32,7 +31,7 @@ def setup(): [ "gnome-shell-extension-installer", # not using gnome-shell-extension-pop-shell because it builds from source too anyway - # not using gnome-shell-extension-pop-shell-bin because GNOME version isn't compatible + # not using gnome-shell-extension-pop-shell-bin because it's unmaintained "gnome-shell-extension-pop-shell-git", ] )