added mic hotkey (Pause button)
This commit is contained in:
+1
-1
@@ -4,4 +4,4 @@
|
|||||||
[credential]
|
[credential]
|
||||||
helper = store
|
helper = store
|
||||||
[http]
|
[http]
|
||||||
sslVerify = true
|
sslVerify = True
|
||||||
|
|||||||
@@ -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,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;
|
||||||
|
|||||||
Reference in New Issue
Block a user