clipmenu

Simple clipboard management using dmenu
git clone https://git.sinitax.com/cdown/clipmenu
Log | Files | Refs | README | LICENSE | sfeed.txt

commit 9c436084f26e9d15188b153b1b36780fe4e17502
parent 9a52f7ddba821da6d2b84cca398a483851953af5
Author: Chris Down <chris@chrisdown.name>
Date:   Tue, 20 Feb 2018 10:08:20 +0000

Revert "Use xsel -o/-i instead of -k"

This reverts commit 47eb3d182c22e4ab2584562ef9dd215df43796dd.

Diffstat:
Mclipmenud | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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