clipmenu

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

commit b5e8543b3ee254b179ebd4dd4b7f31858c8f0e03
parent 3704ce34272b5ae0fc36a6bd63d24db00cece33f
Author: Chris Down <chris@chrisdown.name>
Date:   Mon, 19 Feb 2018 14:43:44 +0000

Use `xsel -k`, instead of `-o` -> `-i`

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

diff --git a/clipmenud b/clipmenud @@ -173,7 +173,7 @@ while true; do # We can't colocate this with the above copying code because # https://github.com/cdown/clipmenu/issues/34 requires knowing if # we would skip first. - _xsel -o --"$selection" | _xsel -i --"$selection" + _xsel -k --"$selection" fi if (( CM_MAX_CLIPS )); then