summaryrefslogtreecommitdiff
path: root/xshot
diff options
context:
space:
mode:
Diffstat (limited to 'xshot')
-rwxr-xr-xxshot4
1 files changed, 2 insertions, 2 deletions
diff --git a/xshot b/xshot
index 2f1cc18..c8a7402 100755
--- a/xshot
+++ b/xshot
@@ -9,9 +9,9 @@ cd $screenshotPATH
case $1 in
full)
- scrot -z -q 100 "%Y-%m-%d %H:%M:%S.png" ;;
+ scrot -z -q 100 "%Y-%m-%d %H:%M:%S.png" && dunstify -i /dev/null "Screenshot" ;;
area)
- scrot -z -q 100 -s "%Y-%m-%d %H:%M:%S.png" ;; # -f --freeze
+ scrot -z -q 100 -s "%Y-%m-%d %H:%M:%S.png" && dunstify -i /dev/null "Screenshot" ;; # -f --freeze
esac