added mic hotkey (Pause button)
This commit is contained in:
@@ -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')),
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user