From e1c618c63d80061aae371ddc228366e5298ee2af Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Tue, 18 Jan 2022 03:44:23 +0000 Subject: (SXHkD)-dev terminal launcher, ~screenshot command --- SXHkD/.config/sxhkd/sxhkdrc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'SXHkD/.config') diff --git a/SXHkD/.config/sxhkd/sxhkdrc b/SXHkD/.config/sxhkd/sxhkdrc index 0de1490..71ab6ad 100644 --- a/SXHkD/.config/sxhkd/sxhkdrc +++ b/SXHkD/.config/sxhkd/sxhkdrc @@ -11,10 +11,6 @@ super + Return notify-send -u low "Launching terminal"; \ $TERMINAL -super + shift + Return - notify-send -u low "Launching Dev Terminal"; \ - $TERMINAL -c 'Dev' - super + a dmenu_run @@ -29,7 +25,7 @@ super + s xdg-open "https://html.duckduckgo.com" super + shift + s - scrot -s; \ + scrot -u '%Y%m%d_%H%M%S.png' -e 'mv $f ~/Pictures/' -c; \ notify-send -u low "Took a screenshot"; super + z -- cgit v1.2.3-13-gbd6f