From 1d2bd53c7fc694ca07a7c88ab4b95170de193c5a Mon Sep 17 00:00:00 2001 From: The_miro Date: Tue, 10 Dec 2024 13:58:35 +0100 Subject: [PATCH] mic toggle now works --- desktopenvs/hyprland/hypr/hyprland.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/desktopenvs/hyprland/hypr/hyprland.conf b/desktopenvs/hyprland/hypr/hyprland.conf index 111e12d..4a8db7c 100644 --- a/desktopenvs/hyprland/hypr/hyprland.conf +++ b/desktopenvs/hyprland/hypr/hyprland.conf @@ -309,6 +309,8 @@ binde =, XF86AudioLowerVolume, exec, wpctl set-volume -l 1.4 @DEFAULT_AUDIO_SINK bind =, XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle +bind =, XF86AudioMicMute, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle + bindle=, XF86MonBrightnessUp, exec, bri --up bindle=, XF86MonBrightnessDown, exec, bri --down