From 3293ca48cb09bc6782cec14bc7c50776e73b593d Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Fri, 22 Nov 2024 01:43:56 +0100 Subject: [PATCH] Sif: mute toggle --- modules/hm/hyprland.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/hm/hyprland.nix b/modules/hm/hyprland.nix index 1424191..647400d 100644 --- a/modules/hm/hyprland.nix +++ b/modules/hm/hyprland.nix @@ -234,6 +234,7 @@ in "SUPER, mouse_down, workspace, e+1" "SUPER, mouse_up, workspace, e-1" "SUPER ALT, M, exec, wpctl set-mute @DEFAULT_SOURCE@ toggle" + ", XF86AudioMicMute, exec, wpctl set-mute @DEFAULT_SOURCE@ toggle" ", XF86AudioNext, exec, playerctl next" ", XF86AudioPlay, exec, playerctl play-pause"