diff options
Diffstat (limited to 'local')
| -rwxr-xr-x | local/bin/screenshot-prompt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/local/bin/screenshot-prompt b/local/bin/screenshot-prompt index 7d4f1a7..b449f60 100755 --- a/local/bin/screenshot-prompt +++ b/local/bin/screenshot-prompt @@ -21,15 +21,15 @@ screenshot_dir="$HOME/screenshots" case "$choice" in 'Crop to file') - scrot --select + scrot --select --silent ;; 'Crop to clipboard') - scrot --select - | xclip -selection clipboard -target image/png + scrot --select --silent - | xclip -selection clipboard -target image/png ;; 'Fullscreen to file') - scrot + scrot --silent ;; 'Fullscreen to clipboard') - scrot - | xclip -selection clipboard -target image/png + scrot --silent - | xclip -selection clipboard -target image/png ;; esac |
