From 3a539bfea4b6788ecc904a09db68933d40eacc73 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Mon, 22 Mar 2021 06:24:53 +0000 Subject: (SXHkD)~Print -> super + shift + s --- SXHkD/.config/sxhkd/sxhkdrc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/SXHkD/.config/sxhkd/sxhkdrc b/SXHkD/.config/sxhkd/sxhkdrc index 5ef697f..35f85b4 100644 --- a/SXHkD/.config/sxhkd/sxhkdrc +++ b/SXHkD/.config/sxhkd/sxhkdrc @@ -1,7 +1,4 @@ # Launchers -Print - scrot -s; - super + Escape notify-send "Reloaded sxhkd"; \ killall sxhkd; sxhkd @@ -28,6 +25,10 @@ super + s notify-send "Launching browser"; \ xdg-open "https://search.aryadevchavali.com" +super + shift + s + scrot -s; \ + notify-send "Took a screenshot"; + super + z notify-send "Launching zathura"; \ zathura -- cgit v1.2.3-13-gbd6f