diff options
author | Saumit Dinesan <79687674+Saumit-D@users.noreply.github.com> | 2021-11-14 04:06:35 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-14 04:06:35 +0530 |
commit | f3b6713fb2c569b6d8890daf762857f01d099168 (patch) | |
tree | 1e4c089c23a563bd54b1099dd05845a1820af145 | |
parent | 5249c3ff6fa7c749232fbdb37fd487fb8e8b9c70 (diff) |
Update sxhkdrc
-rw-r--r-- | .config/sxhkd/sxhkdrc | 10 |
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 |