On Thu, Sep 23, 2010 at 03:21, Laszlo Papp <[email protected]> wrote: > Hi, > > URxvt.keysym.M-C-v: command:/usr/bin/xclip -selection clipboard -o > This is in my ~/.Xdefaults file, but I cannot paste into urxvt from > outside. What do I do wrong ? There are perl script solutions, but I > do not prefer them, I would like to get it done from a simple config > file and not to deal with perl scripts. Thank you in advance!
From my reading of `man 1 urxvt', it would seem that your attempt isn't even correct. Also, you are attempting to read from the XA_CLIPBOARD selection rather than the XA_PRIMARY selection. If you actually want to read from the XA_PRIMARY selection, then try the already defined `Shift-Insert' keysym (I've noticed that the mouse cursor must be inside the rxvt-unicode window for this to work though, which I think is a bug in something). _______________________________________________ rxvt-unicode mailing list [email protected] http://lists.schmorp.de/cgi-bin/mailman/listinfo/rxvt-unicode
