diff --git a/config/awesome/keys.lua b/config/awesome/keys.lua index 6afa997..a9f1e7b 100644 --- a/config/awesome/keys.lua +++ b/config/awesome/keys.lua @@ -408,7 +408,7 @@ keys.globalkeys = gears.table.join( -- Microphone (V for voice) awful.key( { superkey }, "v", function() - awful.spawn.with_shell("amixer -D pulse sset Capture toggle &> /dev/null") + awful.spawn.with_shell("pactl set-source-mute @DEFAULT_SOURCE@ toggle") end, {description = "(un)mute microphone", group = "volume"}),