From 1bdcedb34b0c0ad10b2ae09a860d330897c0dadb Mon Sep 17 00:00:00 2001 From: JaeYoo-Im Date: Mon, 26 Aug 2024 13:07:14 +0900 Subject: [PATCH] sxhkd : bind screenshot key --- .config/sxhkd/sxhkdrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 1f178dc..d6c9c34 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -24,6 +24,10 @@ super+shift+c bspc node -c super+shift+q killall picom & killall sxhkd & bspc quit +super+s + scrot -e 'xclip -selection clipboard -t image/png -i $f' +super+shift+s + scrot -s -e 'xclip -selection clipboard -t image/png -i $f' super+shift+e rofi -mode drun -theme solarized -font "hack 20" -show combi alt+Tab