* Marc Wilson ([EMAIL PROTECTED]) [031128 14:06]:
> On Fri, Nov 28, 2003 at 02:20:43PM -0500, Matt Price wrote:
> > > You can do it if you're willing to switch to zsh as your shell, though,
> > > because it has PRECOMMAND (or whatever zsh calls it).
> > >
> > ee... I don't think Im ready for
On Fri, Nov 28, 2003 at 02:20:43PM -0500, Matt Price wrote:
> > You can do it if you're willing to switch to zsh as your shell, though,
> > because it has PRECOMMAND (or whatever zsh calls it).
> >
> ee... I don't think Im ready for that. Maybe soon!
It's still a Bourne-like shell, after
On Thu, Nov 27, 2003 at 04:04:41PM -0800, Marc Wilson wrote:
> On Thu, Nov 27, 2003 at 03:21:31PM -0500, Matt Price wrote:
> > I've used this (excellent) howto to set my prompt up nicely, and to
> > echo things like pwd, time, and username to the xterm title. However,
> > I would love to add {base
On Thu, Nov 27, 2003 at 03:21:31PM -0500, Matt Price wrote:
> I've used this (excellent) howto to set my prompt up nicely, and to
> echo things like pwd, time, and username to the xterm title. However,
> I would love to add {basename} of the currently active process to the
> title...
You can't do
On Tue, Nov 25, 2003 at 05:25:17AM -0800, Karsten M. Self wrote:
> on Fri, Nov 21, 2003 at 03:43:00PM -0500, Matt Price ([EMAIL PROTECTED]) wrote:
> > Hey folks,
> >
> > lists.debian.org seems to be down, so I couldn't search the list
> > archives properly; sorry if this has been discussed ad naus
on Fri, Nov 21, 2003 at 03:43:00PM -0500, Matt Price ([EMAIL PROTECTED]) wrote:
> Hey folks,
>
> lists.debian.org seems to be down, so I couldn't search the list
> archives properly; sorry if this has been discussed ad nauseum.
>
> my .bashrc has the following code in it to set the title of xterm
Jaume & Nick, thanks!
> JG <[EMAIL PROTECTED]> [2003-10-29 11:01]:
>
> Add a line like
>
> Style "XTerm" NoTitle
>
> to your ~/.fvwm/.fvwm2rc . You can find examples of .fvwm2rc files
if I corretyl understand, this would lead to all xterm being started
without title. However, I would like t
Hi Lukas,
* Lukas Ruf <[EMAIL PROTECTED]> [031029 18:18]:
> Dear all,
>
> I would like to run an xterm window without title-bar on the top of
> the window. I fiddled around for quite a while but have not managed
> to arrive at a point that makes sense. I run
>
> ii fvwm 2.4.16-2 F(?)
On Mon, Dec 06, 1999 at 03:32:56PM -0600, ktb wrote:
> This may be hard to explain but I'll try. I have this in my
> /home/kent/.bashrc,
>
> case $TERM in
> xterm*)
> PS1="\[\033]0;[EMAIL PROTECTED]: \w\007\]\w\$ "
> ;;
> *)
> PS1="\w\$ "
If you check, you'll
9 matches
Mail list logo