Jump to content

konsole window title


Guest thebogdan
 Share

Recommended Posts

Guest thebogdan

I found a post on the ubuntu forums regarding removing the \u@\h \w from the konsole window title by editing /etc/bashrc. I edited the line:

 

PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME}: ${PWD}\007"' to

PROMPT_COMMAND='echo -ne "\033]0;\007"'

 

The result is that my konsole window titles are 'foo - Konsole' instead of 'rob@machine /home/rob - foo - Konsole'. Much better.

 

My question is, how do I remove the '- Konsole' part?

 

 

[moved from Tips & Tricks by spinynorman - welcome aboard :)]

Link to comment
Share on other sites

I'm not on my linux box at the moment, but you may have to change your launcher's command (right-click the icon you click on to launch konsole and select Propertires) to something like this:

konsole --caption ''

 

(That's two single quotes with nothing in between them, not one double quote)

Edited by Steve Scrimpshire
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...