From dfff30cd2907793430fb6613cca77bbbd49466c6 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Thu, 11 Apr 2024 00:15:40 +0200 Subject: [PATCH] Hyprland: mute mic shortcut --- modules/hm/hyprland.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/hm/hyprland.nix b/modules/hm/hyprland.nix index d74726e..059cc39 100644 --- a/modules/hm/hyprland.nix +++ b/modules/hm/hyprland.nix @@ -232,6 +232,7 @@ bind = , XF86AudioLowerVolume, exec, pamixer -d 2 -u bind = , XF86AudioMute, exec, pamixer -t bind = , XF86AudioRaiseVolume, exec, pamixer -i 2 -u + bind = SUPER ALT, M, exec, pamixer --default-source -t bind = , XF86AudioNext, exec, playerctl next bind = , XF86AudioPlay, exec, playerctl play-pause