summaryrefslogtreecommitdiff
path: root/.config/sxhkd
diff options
context:
space:
mode:
authorSaumit Dinesan <79687674+Saumit-D@users.noreply.github.com>2021-11-14 04:06:35 +0530
committerGitHub <noreply@github.com>2021-11-14 04:06:35 +0530
commitf3b6713fb2c569b6d8890daf762857f01d099168 (patch)
tree1e4c089c23a563bd54b1099dd05845a1820af145 /.config/sxhkd
parent5249c3ff6fa7c749232fbdb37fd487fb8e8b9c70 (diff)
Update sxhkdrc
Diffstat (limited to '.config/sxhkd')
-rw-r--r--.config/sxhkd/sxhkdrc10
1 files changed, 7 insertions, 3 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc
index 53ac8c7..cd4a128 100644
--- a/.config/sxhkd/sxhkdrc
+++ b/.config/sxhkd/sxhkdrc
@@ -28,7 +28,11 @@ XF86Audio{Raise,Lower}Volume
# Launch Brave
super + q
- $BROWSER
+ brave
+super + ctrl + q
+ brave --incognito
+super + alt + q
+ brave --tor
# Launch password manager
#super + p
@@ -52,6 +56,6 @@ Print
maim | tee ~/Pictures/Screenshots/pic-full-$(date '+%y-%m-%d--%H-%M-%S').png | xclip -selection clipboard -t image/png
# Take a screenshot (sel)
-shift + Print
- maim --select | tee ~/Pictures/Screenshots/pic-sel-$(date '+agy-%m-%d--%H-%M-%S').png | xclip -selection clipboard -t image/png
+alt + Print
+ maim -D --select | tee ~/Pictures/Screenshots/pic-sel-$(date '+agy-%m-%d--%H-%M-%S').png | xclip -selection clipboard -t image/png