fix: double mute keybind

This commit is contained in:
KoenDR06 2026-02-06 21:52:17 +01:00
parent fac3b41efc
commit 25b7880f68

View file

@ -441,13 +441,6 @@ in {
params = ""; params = "";
} }
{
flags = [];
mods = [];
key = "XF86AudioMute";
dispatcher = "exec";
params = "wpctl set-volume -l 1.0 @DEFAULT_AUDIO_SINK@ 0%";
}
{ {
flags = ["e" "l"]; flags = ["e" "l"];
mods = []; mods = [];
@ -481,7 +474,7 @@ in {
mods = []; mods = [];
key = "XF86AudioMute"; key = "XF86AudioMute";
dispatcher = "exec"; dispatcher = "exec";
params = "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle"; params = "wpctl set-volume -l 1.0 @DEFAULT_AUDIO_SINK@ 0%";
} }
{ {
flags = ["e" "l"]; flags = ["e" "l"];