diff options
author | Saumit Dinesan <79687674+Saumit-D@users.noreply.github.com> | 2022-01-14 20:06:54 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-14 20:06:54 +0530 |
commit | a1605ddb8a185e90aca4c71647741ccb61a08eb1 (patch) | |
tree | 67c24d25b07acd91a208f8162e0d8126b75d3bdf | |
parent | d7d636fcd18ae5160ef2d0ae390b3705a0dc73ac (diff) |
Update sxhkdrc
-rw-r--r-- | .config/sxhkd/sxhkdrc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index b3d1e6e..a35614f 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -52,10 +52,19 @@ super + ctrl + q brave --incognito super + alt + q brave --tor + # Launch wa super + shift + w whatsapp-nativefier +# Launch ranger +super + r + exec $TERMINAL ranger + +# Launch outlook +super + e + b https://outlook.office365.com/mail/inbox + # Launch teams super + shift + t teams @@ -101,3 +110,4 @@ Print # Take a screenshot (sel) alt + Print maim -D -u --select | tee ~/Pictures/Screenshots/pic-sel-$(date '+%y-%m-%d--%H-%M-%S').png | xclip -selection clipboard -t image/png + |