diff options
author | Shubham Saini <pryr@pryr.xyz> | 2022-10-12 01:53:58 +0000 |
---|---|---|
committer | Shubham Saini <pryr@pryr.xyz> | 2022-10-12 01:53:58 +0000 |
commit | 937b0dc13ad75363f23b92bdb04cdb6d12423b09 (patch) | |
tree | ebc29db2e1194918f437cd202f42d2a95f5ad2c6 /sxhkd | |
parent | 792a86d5380f8919e75c4de8190d65eada27be9c (diff) |
dunst: rewrote config
Diffstat (limited to 'sxhkd')
-rwxr-xr-x | sxhkd/.config/sxhkd/sxhkdrc | 8 |
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 | |||
19 | super + n | 19 | super + n |
20 | urxvtc -e nvim ~/.local/todo.md | 20 | urxvtc -e nvim ~/.local/todo.md |
21 | super + Print | 21 | super + 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 |
23 | control + Print | ||
24 | maim -s | xclip -selection clipboard -t image/png | ||
23 | control + alt + Print | 25 | control + 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 |
25 | super + shift + p | 27 | super + 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" |
27 | super + Escape | 29 | super + Escape |
@@ -58,6 +60,8 @@ ctrl + space | |||
58 | dunstctl close | 60 | dunstctl close |
59 | ctrl + alt + space | 61 | ctrl + alt + space |
60 | dunstctl close-all | 62 | dunstctl close-all |
63 | ctrl + grave | ||
64 | dunstctl history-pop | ||
61 | 65 | ||
62 | # bspwm hotkeys | 66 | # bspwm hotkeys |
63 | # quit/restart bspwm | 67 | # quit/restart bspwm |