From be15649bbbf01f4166c12439f1494f2b2c55eb9d Mon Sep 17 00:00:00 2001 From: Dylan De Faoite Date: Mon, 9 Feb 2026 14:35:04 +0000 Subject: [PATCH] feat(hypr): add keybind for volume mute --- .config/hypr/keybinds.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/hypr/keybinds.conf b/.config/hypr/keybinds.conf index 6a6dd8d..a2a717f 100644 --- a/.config/hypr/keybinds.conf +++ b/.config/hypr/keybinds.conf @@ -43,8 +43,8 @@ bindm = $mainMod, mouse:273, resizewindow # Laptop multimedia keys for volume and LCD brightness bindel = $mainMod, P, exec, wpctl set-volume -l 1 @DEFAULT_AUDIO_SINK@ 5%+ bindel = $mainMod, O, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- -bindel = ,XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle -bindel = SUPER, M, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle +bindel = $mainMod, N, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle +bindel = $mainMod, M, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle bindel = $mainMod, L, exec, brightnessctl -e4 -n2 set 5%+ bindel = $mainMod, K, exec, brightnessctl -e4 -n2 set 5%-