diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/desktop/takeshot | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/desktop/takeshot b/bin/desktop/takeshot index 09252f3..9f34f26 100755 --- a/bin/desktop/takeshot +++ b/bin/desktop/takeshot | |||
@@ -53,7 +53,8 @@ shotwin () { | |||
53 | } | 53 | } |
54 | 54 | ||
55 | shotarea () { | 55 | shotarea () { |
56 | cd ${dir} && maim -u -f png -s -b 2 -c 0.35,0.55,0.855 | tee "$file" | xclip -selection clipboard -t image/png | 56 | set -o pipefail |
57 | cd ${dir} && maim -u -f png -s -b 2 -c 0.35,0.55,0.855 | tee "$file" | xclip -selection clipboard -t image/png && \ | ||
57 | notify_view | 58 | notify_view |
58 | } | 59 | } |
59 | 60 | ||