diff --git a/modules/wm/hyprland/keybindings.nix b/modules/wm/hyprland/keybindings.nix index a9c4bfe..7ad6416 100644 --- a/modules/wm/hyprland/keybindings.nix +++ b/modules/wm/hyprland/keybindings.nix @@ -441,13 +441,6 @@ in { params = ""; } - { - flags = []; - mods = []; - key = "XF86AudioMute"; - dispatcher = "exec"; - params = "wpctl set-volume -l 1.0 @DEFAULT_AUDIO_SINK@ 0%"; - } { flags = ["e" "l"]; mods = []; @@ -481,7 +474,7 @@ in { mods = []; key = "XF86AudioMute"; dispatcher = "exec"; - params = "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle"; + params = "wpctl set-volume -l 1.0 @DEFAULT_AUDIO_SINK@ 0%"; } { flags = ["e" "l"];