aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index 42e589a..230a443 100644
--- a/README
+++ b/README
@@ -58,6 +58,10 @@ anything.
Enter launches the URL associated with the number that has been typed, if
that number matches one of the URL labels. Otherwise, nothing happens.
+The labels are numbered in ascending order starting with 1 by default. You can
+cause them to be numbered in reverse order (so that the last link is always
+number 1) by setting the resource "URxvt.url-picker.order" to "descending".
+
When typing numbers, if the number typed so far uniquely identifies a
URL, that URL is launched immediately. Otherwise, the labels that do not
match the numbers typed so far will be hidden.
@@ -79,6 +83,7 @@ URxvt.url-picker.input.foregroundColor Fg color for numbers typed
URxvt.url-picker.label.backgroundColor Bg color for numbered labels
URxvt.url-picker.label.foregroundColor Fg color for numbered labels
URxvt.url-picker.launcher Browser override
+URXVT.url-picker.order "descending" numbers in reverse
URxvt.url-picker.prompt.backgroundColor Bg color for "Follow:" prompt
URxvt.url-picker.prompt.foregroundColor Fg color for "Follow:" prompt
URxvt.url-picker.status.backgroundColor Bg color for status messages