Through the clever use of some escape characters, I used to put the output of arbitrary commands (e.g. "dirs") into my xterm title bar. Can I do the same thing in konsole? If so, how?
feedback
|
|
It's a little tricky to do what you want, but you can change Konsole's title bar. Go to:
and change it to Anyway, go to the prompt and exec:
and behold! This example sets the title of the window temporarily to whatever is outputted by whoami. | ||||
|
feedback
|
|
You can also do it using dbus:
for KDE 3, using dcop:
| |||
|
feedback
|