On 10/9/07, Rommel Martinez <[EMAIL PROTECTED]> wrote: > On 10/9/07, Gautam Iyer <[EMAIL PROTECTED]> wrote: > > On Tue, Oct 09, 2007 at 04:11:59PM +0800, Rommel Martinez wrote: > > > > > > > > > Hi, JZ informed me that you might be able to help me regarding my > > > > > > > problem. > > > > > > > > > > > > > > I want to be able to automatically number Mrxvt tabs so that > > > > > > > everytime > > > > > > > I open a new tab, the tab title is automatically numbered. The tab > > > > > > > title would then become "1 Terminal" "2 Terminal" and so on or > > > > > > > "Terminal 1" "Terminal 2" and so on. How am I going to do that? > > > > > > > > > > > > Look up the "titleFormat" option. In your case something like > > > > > > > > > > > > Mrxvt.titleFormat: %n. %t > > > > > > > > > > > > will put the tab number before the tab title in a persistent way. > > > > > > > > > > > > GI > > > > > > > > > > I'm using Mrxvt v0.5.3 on FreeBSD. I just did that. I put that in my > > > > > .mrxvtrc and still nothing happened. > > > > > > > > Do > > > > > > > > mrxvt -cf /dev/null -tf "%n. %t" > > > > > > > > and see what happens, > > > > > > Done. I renamed my .mrxvtrc and .Xdefaults, and still nothing happens. > > > I'll just play around and see if I'll be able to "fix" it. > > > > -cf /dev/null tells mrxvt to ignore all config files so renaming > > anything is pointless. > > > > Maybe FreeBSD did something funny in packaging. Recompile from source > > with --enable-everything --disable-debug. > > > > GI > > Ok. Going. I'll post the results later.
I just found read/found this on the mrxvt man page: -tf format If set, this controls the displayed title of each tab. format is % interpolated, and the result is displayed as the tab title. NOTE: Currently this option requires the tab titles to be drawn with a proportionally spaced font (which is currently only possible with Xft). Also, this option only affects the displayed tab title, and thus %t will still expand to the actual tab title, as set via an escape sequence, or macro. For example, setting this option to `%n. %t' will cause all the tabs to be numbered. [titleFormat] Will support for non-freetype proportional fonts coming any time soon? I'm using profont and lucidatypewriter, and I would love to have my tabs numbered. Thanks. > > > -- > > 'Cynic' -- Someone who knows the price of everything and the value of > > nothing. > > > > > -- > Rommel M. Martinez > <[EMAIL PROTECTED]> > GPG Key ID: 0x91C6711C > -- Rommel M. Martinez <[EMAIL PROTECTED]> GPG Key ID: 0x91C6711C ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Materm-usage mailing list Materm-usage@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/materm-usage Mrxvt home page: http://materm.sourceforge.net