Skip to content

Custom configuration capability for Terminal

Submitted by Joe Klemmer

Assigned to Nick Schermer

Link to original bug (#2266)

Description

Right now every instance of Terminal that is running gets it's configuration from the same place. Thus if you change the font in one open terminal the font changes in all of them. I would like to have the ability to have independent configurations for each instance of Terminal or to at least have a way to start it up with an alternative config file (something like a -C <config> command line switch).

Blocking