Re: [dev] How to copy URL from surf?

2010-06-28 Thread Martin Kopta
> from `man surf`: > Ctrl-y Copies current URI to primary selection. > (i.e. in the clipboard) Thanks. That was stupid of me. Sorry.

Re: [dev] How to copy URL from surf?

2010-06-28 Thread Gregor Best
I don't use surf myself but from what I gather it has an X property by the name of 'SURF_URI' or the like. Using xprop should yield that. -- Gregor Best pgpHjDGepBrjU.pgp Description: PGP signature

Re: [dev] How to copy URL from surf?

2010-06-28 Thread Lorenzo Bolla
from `man surf`: Ctrl-y Copies current URI to primary selection. (i.e. in the clipboard) On Mon, Jun 28, 2010 at 8:48 AM, Martin Kopta wrote: > Is in surf any equivalent to copying URL from address bar? Sometimes I found > interesting site and I want to copy the URL (paste it in terminal, ..), bu

[dev] How to copy URL from surf?

2010-06-28 Thread Martin Kopta
Is in surf any equivalent to copying URL from address bar? Sometimes I found interesting site and I want to copy the URL (paste it in terminal, ..), but I do not know how. For example, wikipedia articles. When I read something, how do I get URL of the article easily? Thanks..