You are not logged in.
Dear all,
i have set a transparent terminal background (let's call this one t1). I would like to be able to start another terminal (from the command line; like running a prg) at the same time but with different properties. For instance I want this new terminal to be always on top and not transparent (t2).
I have a /home/djm/.config/Terminal/terminalrc file for t1 and a script that is started on log-in.
I can start another terminal from a script with a different size and position (using wmctrl) but I don't know the option to change the background color and transparency without changing /home/djm/.config/Terminal/terminalrc and therefore changing t1.
Any help would be greatly appreciated.
Best,
Offline
Try setting a different XDG_CONFIG_HOME value before running xfce4-terminal (make sure you run this terminal with the parameter "--disable-server" so that it doesn't find the existing terminal windows). Something like this:
XDG_CONFIG_HOME=$HOME/.config2 xfce4-terminal --disable-server
...and change the settings as you like. Everytime you want to use this profile, execute it in the same way. Its configuration settings will be stored in $HOME/.config2.
Last edited by ToZ (2013-11-03 11:05:30)
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
it works great: thank you very much.
Offline
[ Generated in 0.008 seconds, 7 queries executed - Memory usage: 522.73 KiB (Peak: 528.66 KiB) ]