aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/.local/bin/scrot_cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/.local/bin/scrot_cmd b/bin/.local/bin/scrot_cmd
index 5076468..d21fc92 100755
--- a/bin/.local/bin/scrot_cmd
+++ b/bin/.local/bin/scrot_cmd
@@ -27,7 +27,7 @@ scrot_cmd() {
}
[ "$_scrot_copy_to_clipboard" = "YES" ] && {
- _scrot_exec="$_scrot_exec && cat \$f | xclip -t image/png -sel c"
+ _scrot_exec="$_scrot_exec ; cat \$f | xclip -t image/png -sel c"
}
# shellcheck disable=SC2086