clipmenu

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

commit 60611584ecb72b0e05f773b9823e60153f30b21e
parent f0d09c76921a3b06fd309e74a1fc87f83346b23c
Author: Chris Down <chris@chrisdown.name>
Date:   Tue, 30 May 2017 09:06:04 +0100

Remove unused last_filename

Diffstat:
Mclipmenud | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/clipmenud b/clipmenud @@ -57,7 +57,6 @@ debug() { mkdir -p -m0700 "$cache_dir" declare -A last_data -declare -A last_filename exec {lock_fd}> "$lock_file" @@ -96,7 +95,6 @@ while (( CM_ONESHOT )) || sleep "${CM_SLEEP:-0.5}"; do fi last_data[$selection]=$data - last_filename[$selection]=$filename first_line=$(get_first_line "$data")