From 504a9d3a2c4ac31dba7586f3576423a98ed442be Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Fri, 7 Oct 2022 04:27:09 +0530 Subject: sxhkdrc- fixing typos + adding spotify vol change keybind --- .config/sxhkd/sxhkdrc | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to '.config/sxhkd/sxhkdrc') diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index b2135ae..33fd91a 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -25,6 +25,11 @@ XF86AudioPlay XF86Audio{Prev,Next} playerctl -p spotify {previous,next} +# Change spotify volume only +XF86{HomePage,Mail} + playerctl -p spotify volume 0.05{+,-} && dunstify "Volume Changed" "Spotify Volume set to $(printf %.0f%% $(echo $(playerctl -p spotify volume)*100 | bc))" -i spotify -r {1400,1401} + + ################ # Applications # ################ @@ -66,9 +71,9 @@ super + shift + e qutebrowser https://outlook.office365.com/mail/inbox # Launch gmail super + ctrl + e - qutebrowser https://gmail.com -# Launch gmail -super + ctrl + e + qutebrowser https://mail.google.com +# Launch protonmail +super + alt + e qutebrowser https://mail.proton.me/u/0/inbox # Launch teams -- cgit v1.2.3