added mic hotkey (Pause button)

This commit is contained in:
paul-loedige
2020-12-18 22:46:11 +01:00
parent 257ea6e0fa
commit 3b546f6f7c
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -92,6 +92,7 @@ keys = [
Key([], 'XF86AudioRaiseVolume', lazy.spawn('pulseaudio-ctl up 1')),
Key([], 'XF86AudioLowerVolume', lazy.spawn('pulseaudio-ctl down 1')),
Key([], 'XF86AudioMute', lazy.spawn('pulseaudio-ctl mute')),
Key([],'Pause',lazy.spawn('amixer set Capture toggle')),
]