mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-23 10:18:34 +02:00
volume: implement mic toggle as well
This commit is contained in:
parent
13c4698c5b
commit
02e16874c9
2 changed files with 5 additions and 0 deletions
|
@ -253,6 +253,7 @@ config.keys.global = awful.util.table.join(
|
|||
awful.key({ }, "XF86AudioRaiseVolume", volume.increase),
|
||||
awful.key({ }, "XF86AudioLowerVolume", volume.decrease),
|
||||
awful.key({ }, "XF86AudioMute", volume.toggle),
|
||||
awful.key({ }, "XF86AudioMicMute", volume.mictoggle),
|
||||
|
||||
awful.key({ }, "XF86AudioPlay", music.playpause),
|
||||
awful.key({ }, "XF86AudioPause", music.pause),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue