summaryrefslogtreecommitdiff
path: root/sxhkd
diff options
context:
space:
mode:
authorShubham Saini <pryr@pryr.xyz>2022-10-12 01:53:58 +0000
committerShubham Saini <pryr@pryr.xyz>2022-10-12 01:53:58 +0000
commit937b0dc13ad75363f23b92bdb04cdb6d12423b09 (patch)
treeebc29db2e1194918f437cd202f42d2a95f5ad2c6 /sxhkd
parent792a86d5380f8919e75c4de8190d65eada27be9c (diff)
dunst: rewrote config
Diffstat (limited to 'sxhkd')
-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