From 3b546f6f7cd24a3cc7a0f1df30d5091f7ead2d62 Mon Sep 17 00:00:00 2001 From: paul-loedige Date: Fri, 18 Dec 2020 22:46:11 +0100 Subject: [PATCH] added mic hotkey (Pause button) --- git/.gitconfig | 2 +- qtile/.config/qtile/config.py | 1 + rofi/.config/rofi/config.rasi | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/git/.gitconfig b/git/.gitconfig index f90e4d8..83390f9 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -4,4 +4,4 @@ [credential] helper = store [http] - sslVerify = true + sslVerify = True diff --git a/qtile/.config/qtile/config.py b/qtile/.config/qtile/config.py index 2b979db..4540a9c 100644 --- a/qtile/.config/qtile/config.py +++ b/qtile/.config/qtile/config.py @@ -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')), ] diff --git a/rofi/.config/rofi/config.rasi b/rofi/.config/rofi/config.rasi index 691ab14..fc4ee9a 100644 --- a/rofi/.config/rofi/config.rasi +++ b/rofi/.config/rofi/config.rasi @@ -1,7 +1,7 @@ /*Dracula theme based on the Purple official rofi theme*/ * { - font: "Ubuntu Mono 14"; + font: "Ubuntu Mono 16"; foreground: #f8f8f2; background-color: #282a36; active-background: #6272a4;