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 -1
View File
@@ -4,4 +4,4 @@
[credential] [credential]
helper = store helper = store
[http] [http]
sslVerify = true sslVerify = True
+1
View File
@@ -92,6 +92,7 @@ keys = [
Key([], 'XF86AudioRaiseVolume', lazy.spawn('pulseaudio-ctl up 1')), Key([], 'XF86AudioRaiseVolume', lazy.spawn('pulseaudio-ctl up 1')),
Key([], 'XF86AudioLowerVolume', lazy.spawn('pulseaudio-ctl down 1')), Key([], 'XF86AudioLowerVolume', lazy.spawn('pulseaudio-ctl down 1')),
Key([], 'XF86AudioMute', lazy.spawn('pulseaudio-ctl mute')), Key([], 'XF86AudioMute', lazy.spawn('pulseaudio-ctl mute')),
Key([],'Pause',lazy.spawn('amixer set Capture toggle')),
] ]
+1 -1
View File
@@ -1,7 +1,7 @@
/*Dracula theme based on the Purple official rofi theme*/ /*Dracula theme based on the Purple official rofi theme*/
* { * {
font: "Ubuntu Mono 14"; font: "Ubuntu Mono 16";
foreground: #f8f8f2; foreground: #f8f8f2;
background-color: #282a36; background-color: #282a36;
active-background: #6272a4; active-background: #6272a4;