diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2022-10-07 04:27:09 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2022-10-07 04:27:09 +0530 |
commit | 504a9d3a2c4ac31dba7586f3576423a98ed442be (patch) | |
tree | c87e75e0bfa5cd0f2e8469c7860923ac55a40116 | |
parent | 054ea4c69bd526191dedbca0833419a67cf43a2f (diff) |
sxhkdrc- fixing typos + adding spotify vol change keybind
-rw-r--r-- | .config/sxhkd/sxhkdrc | 11 |
1 files changed, 8 insertions, 3 deletions
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 |