Re: [dwm] [dclip] dmenu-based clipboard manager

From: Delta <delta.tecblog_AT_gmail.com>
Date: Tue, 30 Dec 2008 17:19:25 +0100

You're welcome, Ian.

About the error on first time run: you're right, it was my fault. Only a line of code in the wrong place.
Here it goes the fixed version of the script. Note that it's no problem to "touch" the cache file if it already exists.

Regards,

Delta

On Tue, 30 Dec 2008 10:08:14
"Ian Daniher" <it.daniher_AT_gmail.com> wrote:

> Thanks!
> This tool is almost exactly what I've been looking for - a low-overhead
> clipboard manager that could be used with non-gtk software.
> One edit which I made to the code is I added an
>
> if [ -a $HOME/.dclip_cache ]
> then
> touch $HOME/.dclip_cache
> fi
>
> to the beginning of the script, allowing for me to wantonly remove the
> .dclip_cache file to clear my clipboard.
> Upon running the script the first time, I got an error complaining of the
> cache file not existing. That edit would fix that error.
>
> Best,

Received on Tue Dec 30 2008 - 16:19:25 UTC

This archive was generated by hypermail 2.2.0 : Tue Dec 30 2008 - 16:24:04 UTC