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