From 76c1686cfc5e7b3fe1bdc32cac034bdb5782a160 Mon Sep 17 00:00:00 2001 From: mpuchstein Date: Sat, 8 Mar 2025 06:37:19 +0100 Subject: [PATCH] fixed micro mute --- hypr_owlenpc00/hyprland.d/keybinds.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypr_owlenpc00/hyprland.d/keybinds.conf b/hypr_owlenpc00/hyprland.d/keybinds.conf index d5b6d78..c30e0bb 100644 --- a/hypr_owlenpc00/hyprland.d/keybinds.conf +++ b/hypr_owlenpc00/hyprland.d/keybinds.conf @@ -132,7 +132,7 @@ bindel = ,XF86AudioMute, exec, swayosd-client --output-volume mute-toggle # Input volume control bindel = SHIFT ,XF86AudioRaiseVolume, exec, swayosd-client --input-volume raise --max-volume 150 bindel = SHIFT ,XF86AudioLowerVolume, exec, swayosd-client --input-volume lower --max-volume 150 -bindel = ,XF86AudioMute, exec, swayosd-client --input-volume mute-toggle +bindel = SHIFT ,XF86AudioMute, exec, swayosd-client --input-volume mute-toggle # Requires playerctl bindl = , XF86AudioNext, exec, swayosd-client --playerctl next