diff options
| -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 + | 
