terminal question

Benedikt Meurer benedikt.meurer at unix-ag.uni-siegen.de
Tue Jan 17 20:09:56 CET 2006


Oblio Oblio wrote:
> Not sure about this (I'm not using Terminal right now) - but isn't it
> possible to swap the config files? That would quite simple, something
> like this:
> #!/bin/bash
> mv term_config term_config.bak
> mv my_term_config term_config
> terminal
> mv term_config my_term_config
> mv term_config.bak term_config

Terminal is smart and reloads the config file if a change is detected.

But the basic idea is good. I could add an environment variable
$TERMINALRC, which would point to the location of the config file to use
for this instance (relative to $XDG_CONFIG_HOME or absolute). Jouke,
would that work for you?

Benedikt



More information about the Xfce4-dev mailing list