Change konsole tab title from command line and make it persistent?

前端 未结 6 1634
情深已故
情深已故 2021-02-14 00:47

How can I change the konsole tab title? By default, it\'s set to %u : %n, so it always changes automatically.

I can set it with:

qdbus org.         


        
6条回答
  •  [愿得一人]
    2021-02-14 00:56

    You may need to use this variant:

    echo -ne "\033]30;test change title\007"

    $ konsole -v
    Qt: 4.8.6
    KDE Development Platform: 4.13.3
    Konsole: 2.13.2
    

提交回复
热议问题