From 50d9193da2d1258f742d27b9e3b529ad610c48c3 Mon Sep 17 00:00:00 2001 From: Sterling Camden Date: Sat, 3 Sep 2011 18:47:03 -0700 Subject: Added support for reversing the order of numbered labels, so that the last link is always "1". Enable by setting resource "URxvt.url-picker.order" to "descending". --- README | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README') 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 -- cgit v1.2.3