diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2024-10-18 13:08:15 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2024-10-18 13:08:15 +0200 |
| commit | 4cf201db3997201d814525c039187147ae977f16 (patch) | |
| tree | 097196840bfdc7134acfdb56f8748e531fc72623 | |
| parent | 001a8922d46a624a1457252876f24e59b13b433b (diff) | |
| download | dotfiles-4cf201db3997201d814525c039187147ae977f16.tar.gz dotfiles-4cf201db3997201d814525c039187147ae977f16.tar.bz2 dotfiles-4cf201db3997201d814525c039187147ae977f16.zip | |
Update screenshot-prompt to be silent
| -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 |
