diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-05-23 15:40:52 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-05-23 15:40:52 +0200 |
commit | 1e7e4dc65d89fe5f05d07d07dd64b5e5612a7013 (patch) | |
tree | fe0fa5fb5e0e3d397268cec133811dd7b295a36b /gterm.1 | |
parent | 68c16b238fa604775c4ea315081af9ab9153b01d (diff) | |
download | gterm-1e7e4dc65d89fe5f05d07d07dd64b5e5612a7013.tar.gz |
implement profiles
Diffstat (limited to 'gterm.1')
-rw-r--r-- | gterm.1 | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -69,6 +69,16 @@ Config file key: foreground. Set the background color .br Config file key: background. +.TP +.BI -name " profile" +Set profile. gterm will read settings from a [profile] section in the +config file (if present). This mimics xterm's behavior of changing +application name / application class when reading resources, so you +could have different config sets in ~/.Xdefaults which are selected +that way. +.TP +.BI -class " profile" +Alias for -name. \# \# .SH "CONFIG FILE" |