(patch by Moshe Kamensky).
- use perl:matcher on a keysym to open most recently displayed URL.
- with matcher, when multiple patterns match, last wins, not first.
+ - exg suggested commenting out a call to check_our_parents, speeding
+ up tint-style pseudo transparency a lot.
8.1 Thu Dec 7 22:27:25 CET 2006
- ケリスマスプレゼント - zomg!!1, it's too early!!!
I<number> Darken (0 .. 100) or lighten (-1 .. -100) the transparent
background image in addition to tinting it (i.e. B<-tint> must be
-specified, too, e.g. C<-tint white>).
+specified, too, e.g. C<-tint white>); resource I<shading>.
=item B<-bg> I<colour>
=item B<shading:> I<number>
-Darken (0 .. 100) or lighten (-1 .. -100) the transparent background
-image in addition to tinting it.
+Darken (0 .. 100) or lighten (-1 .. -100) the transparent background image
+in addition to tinting it; option B<-sh>.
=item B<scrollColor:> I<colour>
HOOK_INVOKE ((this, HOOK_CONFIGURE_NOTIFY, DT_XEVENT, &ev, DT_END));
#ifdef TRANSPARENT /* XXX: maybe not needed - leave in for now */
+#if 0
if (OPTION (Opt_transparent))
check_our_parents ();
+#endif
#endif
}
break;
STRG (Rs_color + Color_fade, "fadeColor", "fadecolor", "color", "target color for off-focus fading"),
#endif
#if TINTING
- STRG (Rs_shade, "shading", "sh", "%", "shade background by x% when tinting."),
+ STRG (Rs_shade, "shading", "sh", "%", "shade background by x % when tinting."),
#endif
BOOL (Rs_utmpInhibit, "utmpInhibit", "ut", Opt_utmpInhibit, "utmp inhibit"),
#ifndef NO_BELL