fix: double mute keybind
This commit is contained in:
parent
fac3b41efc
commit
25b7880f68
1 changed files with 1 additions and 8 deletions
|
|
@ -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"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue