diff options
author | Saumit Dinesan <79687674+Saumit-D@users.noreply.github.com> | 2021-11-18 11:27:55 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-18 11:27:55 +0530 |
commit | dac73e0affbfc503a44cbbf105244a4e655caf83 (patch) | |
tree | 577e587f1a1acbbe6dbbfe61c030df12edb1f8ed | |
parent | 17a0c238bf84c6ba2124aae1ff17bef0fbf7dc41 (diff) |
Update sxhkdrc
-rw-r--r-- | .config/sxhkd/sxhkdrc | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 6235cc6..ea280d5 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -43,8 +43,11 @@ super + shift + t # Launch spotify super + shift + m - sp + spotify +# Launch discord +super + shift + d + discord # Launch password manager #super + p $dmenu drop down @@ -68,5 +71,5 @@ Print # Take a screenshot (sel) alt + Print - maim -D --select | tee ~/Pictures/Screenshots/pic-sel-$(date '+agy-%m-%d--%H-%M-%S').png | xclip -selection clipboard -t image/png + maim -D --select | tee ~/Pictures/Screenshots/pic-sel-$(date '+%y-%m-%d--%H-%M-%S').png | xclip -selection clipboard -t image/png |