From 9c436084f26e9d15188b153b1b36780fe4e17502 Mon Sep 17 00:00:00 2001 From: Chris Down Date: Tue, 20 Feb 2018 10:08:20 +0000 Subject: [PATCH] Revert "Use xsel -o/-i instead of -k" This reverts commit 47eb3d182c22e4ab2584562ef9dd215df43796dd. --- clipmenud | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clipmenud b/clipmenud index b0efe22..644d1c3 100755 --- a/clipmenud +++ b/clipmenud @@ -125,7 +125,7 @@ while true; do # Primary is excluded from the change of ownership as applications # sometimes act up if clipboard focus is taken away from them -- # for example, urxvt will unhilight text, which is undesirable. - _xsel -o --clipboard | _xsel -i --clipboard + _xsel -k --clipboard fi if ! (( CM_ONESHOT )); then