From 937b0dc13ad75363f23b92bdb04cdb6d12423b09 Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Tue, 11 Oct 2022 18:53:58 -0700 Subject: dunst: rewrote config --- sxhkd/.config/sxhkd/sxhkdrc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'sxhkd') 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 super + n urxvtc -e nvim ~/.local/todo.md super + Print - maim | tee ~/Pictures/$(date +%d-%b-%y-%I:%M:%S%p).png | xclip -selection clipboard -t image/png + maim | tee ~/pics/$(date +%d-%b-%y-%I:%M:%S%p).png | xclip -selection clipboard -t image/png +control + Print + maim -s | xclip -selection clipboard -t image/png control + alt + Print - maim -s | tee ~/Pictures/$(date +%d-%b-%y-%I:%M:%S%p).png | xclip -selection clipboard -t image/png + maim -s | tee ~/pics/$(date +%d-%b-%y-%I:%M:%S%p).png | xclip -selection clipboard -t image/png super + shift + p passmenu -i -fn "Input Mono:style=medium:size=9" -nb "#171a1f" -nf "#f3f4f5" -sb "#c6c8d1" -sf "#171a1f" super + Escape @@ -58,6 +60,8 @@ ctrl + space dunstctl close ctrl + alt + space dunstctl close-all +ctrl + grave + dunstctl history-pop # bspwm hotkeys # quit/restart bspwm -- cgit v1.2.3