urxvt / rxvt-unicode extended | running deamonized and config update
English, Linux, Networkroll, Software, Tips March 17th, 2007This article is deprecated. You can find an updated version here.
running deamonized
Just yesterday I presented my urxvt / rxvt-unicode config and promised to check out the deamon mode as it is saving ressources if you have lots of urxvt windows open and increases startup time to nearly zero.
To run urxvt deamonized you first need to start the deamon and fork it to the background with:
# urxvtd -q -f
after that simply start urxvt as client
# urxvtc
The startup options like tinting color and so on are the same as if you would start the “normal” urxvt session. Running urxvt deamonized has at least one big disadvantage: if the deamon is killed or crashes all terminal windows will be gone too as the deamon provides them. As I didn’t have a single urxvt crash the last year I would be heavily surprised if it happened now and will tell you immediately ;)
I suggest putting the urxvtd in the the startup configuration of your desktop environment or, if you aren’t using a complete one but only a wm like myself, to your .xinitrc.
little config update
I just decided to set all options in the Xdefaults and updatet it. There are _no_ options necessary any more for urxvt looking like that any more:
here the config file:






March 18th, 2007 at 0:43
Nice one. :D
But there is another question, is that a normal irsi with the userlist at the side?
i want to prefer irssi, but i’d miss the userlist, and weechat is nice, but i don’t want to rewrite all of old my scripts.
March 19th, 2007 at 0:53
it’s quite easy to get the userlist. the script which is doing it is called nicklist.pl. here is a link: http://wouter.coekaerts.be/site/irssi/nicklist
just start irssi in a screen (just as usual^^) and load the script. the screen way is much easier than the fifo way and I don’t see much flickering or things like that as described on the page
March 19th, 2007 at 9:06
Thanks. :)