summaryrefslogtreecommitdiff
path: root/sxhkd/.config
diff options
context:
space:
mode:
Diffstat (limited to 'sxhkd/.config')
-rwxr-xr-xsxhkd/.config/sxhkd/sxhkdrc8
1 files changed, 6 insertions, 2 deletions
diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc
index acdbce0..ed672af 100755
--- a/sxhkd/.config/sxhkd/sxhkdrc
+++ b/sxhkd/.config/sxhkd/sxhkdrc
@@ -19,9 +19,11 @@ super + shift + f
19super + n 19super + n
20 urxvtc -e nvim ~/.local/todo.md 20 urxvtc -e nvim ~/.local/todo.md
21super + Print 21super + Print
22 maim | tee ~/Pictures/$(date +%d-%b-%y-%I:%M:%S%p).png | xclip -selection clipboard -t image/png 22 maim | tee ~/pics/$(date +%d-%b-%y-%I:%M:%S%p).png | xclip -selection clipboard -t image/png
23control + Print
24 maim -s | xclip -selection clipboard -t image/png
23control + alt + Print 25control + alt + Print
24 maim -s | tee ~/Pictures/$(date +%d-%b-%y-%I:%M:%S%p).png | xclip -selection clipboard -t image/png 26 maim -s | tee ~/pics/$(date +%d-%b-%y-%I:%M:%S%p).png | xclip -selection clipboard -t image/png
25super + shift + p 27super + shift + p
26 passmenu -i -fn "Input Mono:style=medium:size=9" -nb "#171a1f" -nf "#f3f4f5" -sb "#c6c8d1" -sf "#171a1f" 28 passmenu -i -fn "Input Mono:style=medium:size=9" -nb "#171a1f" -nf "#f3f4f5" -sb "#c6c8d1" -sf "#171a1f"
27super + Escape 29super + Escape
@@ -58,6 +60,8 @@ ctrl + space
58 dunstctl close 60 dunstctl close
59ctrl + alt + space 61ctrl + alt + space
60 dunstctl close-all 62 dunstctl close-all
63ctrl + grave
64 dunstctl history-pop
61 65
62# bspwm hotkeys 66# bspwm hotkeys
63# quit/restart bspwm 67# quit/restart bspwm