From c3977f556555b1f3f6af70cce23f3a2ef9c30c5c Mon Sep 17 00:00:00 2001 From: Wojciech Siewierski Date: Sun, 1 Apr 2012 00:14:06 +0200 Subject: [PATCH] updated README.md --- README.md | 2 ++ url-select | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 00736f2..07f0f8f 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,8 @@ Options: URxvt.urlLauncher: browser/command to open selected URL with URxvt.underlineURLs: if set to true, all URLs get underlined URvxt.urlButton: mouse button to click-open URLs (default: 2) + URxvt.autoCopyURLs: If set to true, selected URLs are automaticaly copied + to the PRIMARY clipboard clipboard diff --git a/url-select b/url-select index 6c844c7..fe3aa1a 100755 --- a/url-select +++ b/url-select @@ -25,7 +25,7 @@ # URxvt.underlineURLs: If set to true, all URLs get underlined # URvxt.urlButton: Mouse button to click-open URLs (default: 2) # URxvt.autoCopyURLs: If set to true, selected URLs are copied - +# to the PRIMARY clipboard use strict;