On Fri, Dec 26, 2014 at 02:44:09PM -0800, kario tay wrote: > > $ urxvt -name yourname -e bash -c "ls; read;" > > And set specific resources in your ~/.Xdefaults / ~/.Xresources for > > "yourname". > > > > Resources in the ~/.Xresources [or ~/.Xdefaults] file can tell urxvt to > open new tabs and a send command to each tab?
no. I may have been misleading. What I said above had to be interpreted in the context of "WM-based tabs". Thus the question "sending command to a specific tab" becomes "sending command to a new urxvt process" which is easily achievable using the -e options. The chdir option could be useful to. About the -name thing: Many urxvt long-options could instead be set inside one of these files. The "name" may be used to "identify" a specific instance for later use (xprop, wmctrl, ...) and other X-related properties could be set there to. Do you really want urxvt to manage your tabs? _______________________________________________ rxvt-unicode mailing list [email protected] http://lists.schmorp.de/cgi-bin/mailman/listinfo/rxvt-unicode
