2013年4月19日

urxvt で title オプションが効かなかった

urxvt で -title をつけて起動しても、user@host:dirといったいタイトルで
起動されてしまって困っていた

===
clothoid@ubuntu:~$ ratpoison -c windows
0*clothoid@ubuntu: ~
clothoid@ubuntu:~$ urxvt -title rxvt &
[1] 18041
clothoid@ubuntu:~$ ratpoison -c windows
0*clothoid@ubuntu: ~
1+clothoid@ubuntu: ~
===

が、xubuntu 12.04 のデフォルト設定で ~/.bashrc に以下が記載されている事
が原因だった。

===
# If this is an xterm set the title to user@host:dir
case "$TERM" in
xterm*|rxvt*)
PS1="\[\e]0;${debian_chroot:+($debian_chroot)}\u@\h: \w\a\]$PS1"
;;
*)
;;
esac
===

こんなの見つけたけど。。。

Index
» Applications & Desktop Environments
» How to set the title of an urxvt window?
https://bbs.archlinux.org/viewtopic.php?id=121387

よく分からないから、コメントアウトした。

===
clothoid@ubuntu:~$ ratpoison -c windows
0*urxvt
clothoid@ubuntu:~$ urxvt -title rxvt &
[1] 19327
clothoid@ubuntu:~$ ratpoison -c windows
0*urxvt
1-rxvt
===

cake clothoid

0 件のコメント:

コメントを投稿