From e1c64282183d1592d2211775d58608935994bcac Mon Sep 17 00:00:00 2001 From: Kristian Krsnik Date: Thu, 8 Feb 2024 13:20:42 +0100 Subject: [PATCH] Set Mic Mute Keybind --- systems/common/gnome.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/systems/common/gnome.nix b/systems/common/gnome.nix index fcd9d55..1ebf2a6 100644 --- a/systems/common/gnome.nix +++ b/systems/common/gnome.nix @@ -51,6 +51,10 @@ move-to-workspace-right = ["2"]; }; + "org/gnome/settings-daemon/plugins/media-keys" = { + mic-mute = ["AudioMute"]; + }; + "org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0" = { binding = "a"; command = "kgx";