gnome: Install a volume-mixer extension
This commit is contained in:
parent
a27ae5647c
commit
8d652b8876
@ -10,6 +10,7 @@ in {
|
|||||||
gnomeExtensions.caffeine
|
gnomeExtensions.caffeine
|
||||||
gnomeExtensions.gnome-40-ui-improvements
|
gnomeExtensions.gnome-40-ui-improvements
|
||||||
gnomeExtensionsCustom.notification-timeout # Custom package
|
gnomeExtensionsCustom.notification-timeout # Custom package
|
||||||
|
gnomeExtensions.application-volume-mixer
|
||||||
gnome.eog
|
gnome.eog
|
||||||
gnome.nautilus
|
gnome.nautilus
|
||||||
unstable.gnome.gnome-shell
|
unstable.gnome.gnome-shell
|
||||||
|
@ -55,6 +55,8 @@
|
|||||||
enabled-extensions = [
|
enabled-extensions = [
|
||||||
"caffeine@patapon.info"
|
"caffeine@patapon.info"
|
||||||
"notification-timeout@chlumskyvaclav.gmail.com"
|
"notification-timeout@chlumskyvaclav.gmail.com"
|
||||||
|
"gnome-ui-tune@itstime.tech"
|
||||||
|
"volume-mixer@evermiss.net"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -65,6 +67,22 @@
|
|||||||
"org/gnome/shell/extensions/notification-timeout" = {
|
"org/gnome/shell/extensions/notification-timeout" = {
|
||||||
timeout = 3000;
|
timeout = 3000;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"org/gnome/shell/extensions/gnome-ui-tune" = {
|
||||||
|
hide-search = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
# Shortcuts
|
||||||
|
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0" = {
|
||||||
|
binding = "<Alt>Return";
|
||||||
|
command = "gnome-terminal";
|
||||||
|
name = "Terminal";
|
||||||
|
};
|
||||||
|
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1" = {
|
||||||
|
binding = "<Super>s";
|
||||||
|
command = "systemctl suspend";
|
||||||
|
name = "Suspend";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user