diff options
Diffstat (limited to 'SXHkD/.config/sxhkd')
-rw-r--r-- | SXHkD/.config/sxhkd/sxhkdrc | 6 |
1 files changed, 1 insertions, 5 deletions
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 |