GNOME extension: remove output device chooser
This commit is contained in:
parent
7a69a0ec86
commit
fa7b177213
1 changed files with 1 additions and 2 deletions
|
@ -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",
|
||||
]
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue