gnunn1 / tilix

A tiling terminal emulator for Linux using GTK+ 3
https://gnunn1.github.io/tilix-web
Mozilla Public License 2.0
5.36k stars 293 forks source link

Unable to Change Default Variables Used for Window Title #2145

Open koniferus opened 1 year ago

koniferus commented 1 year ago

-t or --name= works for changing the tab name on launch, but I'm wanting to change the entire window title, not just the tab name.

In this case, I've used -t "VPN" image

The default for window title is changable, but I haven't found a way to get around doing this manually. image

I'm wanting to change the default to always be ${activeTerminaTitle} as seen below: image

This is the end result I'm looking for - can this be done with a settings file that I'm not seeing? Can it be set with an argument?

image