From c97736daff4f247674266f594cfa5afc24f86e0f Mon Sep 17 00:00:00 2001 From: root Date: Fri, 23 Nov 2007 11:18:04 +0000 Subject: [PATCH] *** empty log message *** --- doc/rxvt.1.pod | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/rxvt.1.pod b/doc/rxvt.1.pod index ace3fd8b..3729e338 100644 --- a/doc/rxvt.1.pod +++ b/doc/rxvt.1.pod @@ -451,6 +451,19 @@ will not immediately destroy its window when the program executed within it exits. Instead, it will wait till it is being killed or closed by the user; resource B. +=item B<-xrm> I + +Works like the X Toolkit option of the same name, by adding the I +as if it were specified in a resource file. Resource values specified this +way take precedence over all other resource specifications. + +Note that you need to use the I syntax as in the .Xdefaults file, +e.g. C<*.background: black>. Also note that all @@RXVT_NAME@@-specific +options can be specified as long-options on the commandline, so use +of B<-xrm> is mostly limited to cases where you want to specify other +resources (e.g. for input methods) or for compatibility with other +programs. + =item B<-keysym.>I I Remap a key symbol. See resource B. @@ -533,6 +546,7 @@ with later settings overwriting earlier ones: 3. RESOURCE_MANAGER property on root-window OR $HOME/.Xdefaults 4. SCREEN_RESOURCES for the current screen 5. $XENVIRONMENT file OR $HOME/.Xdefaults- + 6. resources specified via -xrm on the commandline Note that when reading X resources, B<@@RXVT_NAME@@> recognizes two class names: B and B. The class name B allows resources -- 2.34.1