Try "urxvtd -f -o", which tells urxvtd to open the display, create the
listening socket and then fork.
- How can I start urxvtd automatically when I run URXVT_NAME@@c?
+ How can I start urxvtd automatically when I run urxvtc?
If you want to start urxvtd automatically whenever you run urxvtc and
the daemon isn't running yet, use this script:
<li><a href="#how_do_i_know_which_rxvtunicode_version_i_m_using">How do I know which rxvt-unicode version I'm using?</a></li>
<li><a href="#rxvtunicode_uses_gobs_of_memory__how_can_i_reduce_that">Rxvt-unicode uses gobs of memory, how can I reduce that?</a></li>
<li><a href="#how_can_i_start_urxvtd_in_a_racefree_way">How can I start urxvtd in a race-free way?</a></li>
- <li><a href="#how_can_i_start_urxvtd_automatically_when_i_run_urxvt_name__c">How can I start urxvtd automatically when I run URXVT_NAME@@c?</a></li>
+ <li><a href="#how_can_i_start_urxvtd_automatically_when_i_run_urxvtc">How can I start urxvtd automatically when I run urxvtc?</a></li>
<li><a href="#how_do_i_distinguish_whether_i_m_running_rxvtunicode_or_a_regular_xterm_i_need_this_to_decide_about_setting_colors_etc_">How do I distinguish whether I'm running rxvt-unicode or a regular xterm? I need this to decide about setting colors etc.</a></li>
<li><a href="#how_do_i_set_the_correct__full_ip_address_for_the_display_variable">How do I set the correct, full IP address for the DISPLAY variable?</a></li>
<li><a href="#how_do_i_compile_the_manual_pages_on_my_own">How do I compile the manual pages on my own?</a></li>
display, create the listening socket and then fork.</p>
<p>
</p>
-<h3><a name="how_can_i_start_urxvtd_automatically_when_i_run_urxvt_name__c">How can I start urxvtd automatically when I run URXVT_NAME@@c?</a></h3>
+<h3><a name="how_can_i_start_urxvtd_automatically_when_i_run_urxvtc">How can I start urxvtd automatically when I run urxvtc?</a></h3>
<p>If you want to start urxvtd automatically whenever you run
urxvtc and the daemon isn't running yet, use this script:</p>
<pre>
.\" ========================================================================
.\"
.IX Title "@@RXVT_NAME@@ 7"
-.TH @@RXVT_NAME@@ 7 "2006-11-02" "8.0" "RXVT-UNICODE"
+.TH @@RXVT_NAME@@ 7 "2006-12-29" "8.1" "RXVT-UNICODE"
.SH "NAME"
RXVT REFERENCE \- FAQ, command sequences and other background information
.SH "SYNOPSIS"
Try \f(CW\*(C`@@URXVT_NAME@@d \-f \-o\*(C'\fR, which tells @@URXVT_NAME@@d to open the
display, create the listening socket and then fork.
.PP
-\fIHow can I start @@URXVT_NAME@@d automatically when I run URXVT_NAME@@c?\fR
-.IX Subsection "How can I start @@URXVT_NAME@@d automatically when I run URXVT_NAME@@c?"
+\fIHow can I start @@URXVT_NAME@@d automatically when I run @@URXVT_NAME@@c?\fR
+.IX Subsection "How can I start @@URXVT_NAME@@d automatically when I run @@URXVT_NAME@@c?"
.PP
If you want to start @@URXVT_NAME@@d automatically whenever you run
@@URXVT_NAME@@c and the daemon isn't running yet, use this script:
Try "urxvtd -f -o", which tells urxvtd to open the display, create the
listening socket and then fork.
- How can I start urxvtd automatically when I run URXVT_NAME@@c?
+ How can I start urxvtd automatically when I run urxvtc?
If you want to start urxvtd automatically whenever you run urxvtc and
the daemon isn't running yet, use this script:
or not.</p>
</dd>
</li>
-<dt><strong><a name="item_macosx_2dclipboard">macosx-clipboard</a></strong>
-
-<dd>
-<p>An extension for use on Mac OS X that enabled rxvt to use the
-system clipboard by implementing two keyboard events.</p>
-</dd>
-<dd>
-<p>This example configuration enables the extension and binds the copy and
-paste functionality to Meta-C and Meta-V:</p>
-</dd>
-<dd>
-<pre>
- URxvt.perl-ext-common: default,macosx-clipboard
- URxvt.keysym.M-c: perl:macosx-clipboard:copy
- URxvt.keysym.M-v: perl:macosx-clipboard:paste</pre>
-</dd>
-</li>
<dt><strong><a name="item_example_2drefresh_2dhooks">example-refresh-hooks</a></strong>
<dd>
.\" ========================================================================
.\"
.IX Title "@@RXVT_NAME@@ 3"
-.TH @@RXVT_NAME@@ 3 "2006-12-07" "8.1" "RXVT-UNICODE"
+.TH @@RXVT_NAME@@ 3 "2006-12-29" "8.1" "RXVT-UNICODE"
.SH "NAME"
@@RXVT_NAME@@perl \- rxvt\-unicode's embedded perl interpreter
.SH "SYNOPSIS"
the double \f(CW\*(C`/\*(C'\fR characters as comment start. Use \f(CW\*(C`\e057\e057\*(C'\fR instead,
which works regardless of wether xrdb is used to parse the resource file
or not.
-.IP "macosx-clipboard" 4
-.IX Item "macosx-clipboard"
-An extension for use on Mac \s-1OS\s0 X that enabled @@RXVT_NAME@@ to use the
-system clipboard by implementing two keyboard events.
-.Sp
-This example configuration enables the extension and binds the copy and
-paste functionality to Meta-C and Meta\-V:
-.Sp
-.Vb 3
-\& URxvt.perl-ext-common: default,macosx-clipboard
-\& URxvt.keysym.M-c: perl:macosx-clipboard:copy
-\& URxvt.keysym.M-v: perl:macosx-clipboard:paste
-.Ve
.IP "example-refresh-hooks" 4
.IX Item "example-refresh-hooks"
Displays a very simple digital clock in the upper right corner of the
instead, which works regardless of wether xrdb is used to parse the
resource file or not.
- macosx-clipboard
- An extension for use on Mac OS X that enabled rxvt to use the system
- clipboard by implementing two keyboard events.
-
- This example configuration enables the extension and binds the copy
- and paste functionality to Meta-C and Meta-V:
-
- URxvt.perl-ext-common: default,macosx-clipboard
- URxvt.keysym.M-c: perl:macosx-clipboard:copy
- URxvt.keysym.M-v: perl:macosx-clipboard:paste
-
example-refresh-hooks
Displays a very simple digital clock in the upper right corner of
the window. Illustrates overwriting the refresh callbacks to create