From: ayin Date: Sun, 2 Dec 2007 16:19:45 +0000 (+0000) Subject: Tune options descriptions. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=2793297f9a962954a1b5ed26b4632ec6199dd05b;p=dana%2Furxvt.git Tune options descriptions. --- diff --git a/src/xdefaults.C b/src/xdefaults.C index 42e0e439..1e5f6a98 100644 --- a/src/xdefaults.C +++ b/src/xdefaults.C @@ -113,10 +113,10 @@ optList[] = { BOOL (Rs_transparent, "inheritPixmap", "ip", Opt_transparent, 0, "inherit parent pixmap"), BOOL (Rs_transparent, "transparent", "tr", Opt_transparent, 0, "inherit parent pixmap"), STRG (Rs_color + Color_tint, "tintColor", "tint", "color", "tint color"), - STRG (Rs_shade, "shading", "sh", "%", "shade background by x %."), + STRG (Rs_shade, "shading", "sh", "number", "shade background by number %."), #endif #if OFF_FOCUS_FADING - STRG (Rs_fade, "fading", "fade", "%", "fade colors x% percent when rxvt-unicode is losing focus"), + STRG (Rs_fade, "fading", "fade", "number", "fade colors by number % when losing focus"), STRG (Rs_color + Color_fade, "fadeColor", "fadecolor", "color", "target color for off-focus fading"), #endif BOOL (Rs_utmpInhibit, "utmpInhibit", "ut", Opt_utmpInhibit, 0, "utmp inhibit"),