From e02304f014645a01ef6cdd40276997dea58504d9 Mon Sep 17 00:00:00 2001 From: Vikas Kushwaha Date: Fri, 10 Jan 2025 15:08:05 +0530 Subject: Cleaning up 'bin' folder. --- .local/bin/shorts/xprint | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.local/bin/shorts/xprint') 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" -- cgit v1.2.3