diff options
Diffstat (limited to '.local/bin/shorts/xprint')
-rwxr-xr-x | .local/bin/shorts/xprint | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.local/bin/shorts/xprint b/.local/bin/shorts/xprint index 12156f2..74fc666 100755 --- a/.local/bin/shorts/xprint +++ b/.local/bin/shorts/xprint @@ -2,7 +2,7 @@ [ -n "$TERMUX_VERSION" ] && { termux-clipboard-get; exit; } -xclip -out -selection clipboard 2>/dev/null || -xclip -out -selection secondry 2>/dev/null || xclip -out -selection primary 2>/dev/null || +xclip -out -selection secondry 2>/dev/null || +xclip -out -selection clipboard 2>/dev/null || notify-send "Selection and clipboard is empty" |