diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2022-08-02 08:54:39 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2022-08-02 08:54:39 +0530 |
commit | 90e0a07bfb63fcfdeb6791d0f5d4586af55b4ee1 (patch) | |
tree | c80639e81042019415a080b41e91f6f24bde3350 /.config/sxhkd | |
parent | f0f2c5670f68da35f91d832000b57bf22038e814 (diff) |
sxhkd+qutebrowser+aliasrc changes
Diffstat (limited to '.config/sxhkd')
-rw-r--r-- | .config/sxhkd/sxhkdrc | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 2605319..7fece7d 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -5,6 +5,8 @@ # Toggle mute XF86AudioMute pactl set-sink-mute @DEFAULT_SINK@ toggle +super + F4 + pactl set-sink-mute @DEFAULT_SINK@ toggle # Toggle mic mute @@ -76,18 +78,21 @@ XF86Calculator super + shift + w whatsapp-nativefier +# Launch ncloud +super + shift + n + qutebrowser https://ncloud.draconyan.xyz # Launch outlook -#super + e -# brave https://outlook.office365.com/mail/inbox +super + shift + e + qutebrowser https://outlook.office365.com/mail/inbox # Launch teams super + shift + t - teams -no-sandbox + qutebrowser https://teams.microsoft.com # Launch spotify super + shift + m - sp + sp # Launch discord super + shift + d |