diff options
Diffstat (limited to 'bin/.local/bin/screenshot')
-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 107faf7..100bbe2 100755 --- a/bin/.local/bin/screenshot +++ b/bin/.local/bin/screenshot | |||
@@ -1,10 +1,10 @@ | |||
1 | #!/bin/bash | 1 | #!/bin/bash |
2 | screenshot() { | 2 | screenshot() { |
3 | case $1 in | 3 | case $1 in |
4 | full) | 4 | f*) |
5 | scrot -m | 5 | scrot -m |
6 | ;; | 6 | ;; |
7 | window) | 7 | w*) |
8 | sleep 1 | 8 | sleep 1 |
9 | scrot -s | 9 | scrot -s |
10 | ;; | 10 | ;; |