diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/.local/bin/screenshot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/.local/bin/screenshot b/bin/.local/bin/screenshot index 100bbe2..56310fc 100755 --- a/bin/.local/bin/screenshot +++ b/bin/.local/bin/screenshot | |||
@@ -2,11 +2,11 @@ | |||
2 | screenshot() { | 2 | screenshot() { |
3 | case $1 in | 3 | case $1 in |
4 | f*) | 4 | f*) |
5 | scrot -m | 5 | scrot -m -e 'mv $f ~/scrots' |
6 | ;; | 6 | ;; |
7 | w*) | 7 | w*) |
8 | sleep 1 | 8 | sleep 1 |
9 | scrot -s | 9 | scrot -s -e 'mv $f ~/scrots' |
10 | ;; | 10 | ;; |
11 | *) | 11 | *) |
12 | ;; | 12 | ;; |