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

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

    To set title "MyTitle" on your new tab the right syntax is:

    konsole --new-tab -p "RemoteTabTitleFormat=MyTitle" ...
    

    (tested on Konsole version 17.12.3, S.O. Kubuntu 18.04)

提交回复
热议问题