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

前端 未结 6 1639
情深已故
情深已故 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:52

    Konsole -> Settings -> Configure Konsole ...

    Enable option "Show window title on the titlebar" then run in console:

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

提交回复
热议问题