Add schema descriptions from gconf to document the rc settings
This commit is contained in:
parent
752e929eec
commit
db66ec7743
|
@ -10,73 +10,88 @@ This manual page documents briefly the
|
||||||
The options are defined one per line as \fB'OPTION = VALUE'\fR. The options are described below:
|
The options are defined one per line as \fB'OPTION = VALUE'\fR. The options are described below:
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B gt_dir
|
.B allow_bold\fR (boolean)
|
||||||
Default value: \fB/apps/gnome\-terminal\fR
|
If true, allow applications in the terminal to make text boldface.
|
||||||
|
Default value: \fBTrue\fR
|
||||||
.TP
|
.TP
|
||||||
.B _profile_dir
|
.B silent_bell\fR (boolean)
|
||||||
Default value: \fB%s/profiles\fR
|
If true, don't make a noise when applications send the escape sequence for the terminal bell. Flash the terminal instead.
|
||||||
.TP
|
Default value: \fBTrue\fR
|
||||||
.B allow_bold
|
|
||||||
Boolean value. Default value: \fBTrue\fR
|
|
||||||
.TP
|
|
||||||
.B silent_bell
|
|
||||||
Boolean value. Default value: \fBTrue\fR
|
|
||||||
.TP
|
.TP
|
||||||
.B background_color
|
.B background_color
|
||||||
Heximal RGB value for the background color. Default value: \fB#000000\fR
|
Default colour of terminal background, as a colour specification (can be HTML-style hex digits, or a colour name such as "red").
|
||||||
|
Default value: \fB#000000\fR
|
||||||
.TP
|
.TP
|
||||||
.B background_darkness
|
.B background_darkness
|
||||||
Number for the background darkness. Default value: \fB0.5\fR
|
A value between 0.0 and 1.0 indicating how much to darken the background image. 0.0 means no darkness, 1.0 means fully dark. In the current implementation, there are only two levels of darkness possible, so the setting behaves as a boolean, where 0.0 disables the darkening effect.
|
||||||
|
Default value: \fB0.5\fR
|
||||||
.TP
|
.TP
|
||||||
.B background_type
|
.B background_type
|
||||||
|
Type of terminal background. May be "solid" for a solid colour, "image" for an image, or "transparent" for full transparency in compositing window managers, otherwise pseudo transparency.
|
||||||
Default value: \fBsolid\fR
|
Default value: \fBsolid\fR
|
||||||
.TP
|
.TP
|
||||||
.B backspace_binding
|
.B backspace_binding
|
||||||
|
Sets what code the backspace key generates. Possible values are "ascii-del" for the ASCII DEL character, "control-h" for Control-H (AKA the ASCII BS character), "escape-sequence" for the escape sequence typically bound to backspace or delete. "ascii-del" is normally considered the correct setting for the Backspace key.
|
||||||
Default value: \fBascii\-del\fR
|
Default value: \fBascii\-del\fR
|
||||||
.TP
|
.TP
|
||||||
.B delete_binding
|
.B delete_binding
|
||||||
|
Sets what code the delete key generates. Possible values are "ascii-del" for the ASCII DEL character, "control-h" for Control-H (AKA the ASCII BS character), "escape-sequence" for the escape sequence typically bound to backspace or delete. "escape-sequence" is normally considered the correct setting for the Delete key.
|
||||||
Default value: \fBdelete\-sequence\fR
|
Default value: \fBdelete\-sequence\fR
|
||||||
.TP
|
.TP
|
||||||
.B cursor_blink
|
.B cursor_blink \fR(boolean)
|
||||||
Boolean value. Default value: \fBFalse\fR
|
Controls if the cursor blinks.
|
||||||
|
Default value: \fBFalse\fR
|
||||||
.TP
|
.TP
|
||||||
.B emulation
|
.B emulation
|
||||||
|
Sets what type of terminal should be emulated.
|
||||||
Default value: \fBxterm\fR
|
Default value: \fBxterm\fR
|
||||||
.TP
|
.TP
|
||||||
.B font
|
.B font
|
||||||
Value for the font time and size in the format \fBFONTNAME SIZENUMBER\fR. Default value: \fBSerif 10\fR
|
An Pango font name. Examples are "Sans 12" or "Monospace Bold 14".
|
||||||
|
Default value: \fBSerif 10\fR
|
||||||
.TP
|
.TP
|
||||||
.B foreground_color
|
.B foreground_color
|
||||||
Hexadecimal RGB value for the font color. Default value: \fB#AAAAAA\fR
|
Default colour of text in the terminal, as a colour specification (can be HTML-style hex digits, or a colour name such as "red").
|
||||||
|
Default value: \fB#AAAAAA\fR
|
||||||
.TP
|
.TP
|
||||||
.B scrollbar_position
|
.B scrollbar_position
|
||||||
Scrollbar position. Options available: right, left and hidden. Default value: \fBright\fR
|
Where to put the terminal scrollbar. Possibilities are "left", "right", and "disabled".
|
||||||
|
Default value: \fBright\fR
|
||||||
.TP
|
.TP
|
||||||
.B scroll_background
|
.B scroll_background \fR(boolean)
|
||||||
Boolean value. Default value: \fBTrue\fR
|
If true, scroll the background image with the foreground text; if false, keep the image in a fixed position and scroll the text above it.
|
||||||
|
Default value: \fBTrue\fR
|
||||||
.TP
|
.TP
|
||||||
.B scroll_on_keystroke
|
.B scroll_on_keystroke \fR(boolean)
|
||||||
Boolean value. Default value: \fBFalse\fR
|
If true, pressing a key jumps the scrollbar to the bottom.
|
||||||
.TP
|
|
||||||
.B scroll_on_output
|
|
||||||
Boolean value. Default value: \fBFalse\fR
|
|
||||||
.TP
|
|
||||||
.B scrollback_lines
|
|
||||||
Number of lines stored for the scrollbar. Default value: \fB100\fR
|
|
||||||
.TP
|
|
||||||
.B focus
|
|
||||||
Default value: \fBsloppy\fR
|
|
||||||
.TP
|
|
||||||
.B child_restart
|
|
||||||
Default value: \fBFalse\fR
|
Default value: \fBFalse\fR
|
||||||
.TP
|
.TP
|
||||||
|
.B scroll_on_output \fR(boolean)
|
||||||
|
If true, whenever there's new output the terminal will scroll to the bottom.
|
||||||
|
Default value: \fBFalse\fR
|
||||||
|
.TP
|
||||||
|
.B scrollback_lines
|
||||||
|
Number of scrollback lines to keep around. You can scroll back in the terminal by this number of lines; lines that don't fit in the scrollback are discarded. Be careful with this setting; it's the primary factor in determining how much memory the terminal will use.
|
||||||
|
Default value: \fB100\fR
|
||||||
|
.TP
|
||||||
|
.B focus
|
||||||
|
Sets what type of mouse events should determine terminal focus. Can be "sloppy" or "click". "mouse" is also interpreted as "sloppy".
|
||||||
|
Default value: \fBsloppy\fR
|
||||||
|
.TP
|
||||||
|
.B exit_action
|
||||||
|
Possible values are "close" to close the terminal, and "restart" to restart the command.
|
||||||
|
Default value: \fBclose\fR
|
||||||
|
.TP
|
||||||
.B palette
|
.B palette
|
||||||
|
Terminals have a 16-colour palette that applications inside the terminal can use. This is that palette, in the form of a colon-separated list of colour names. Colour names should be in hex format e.g. "#FF00FF".
|
||||||
Default value: \fB#000000000000:#CDCD00000000:#0000CDCD0000:#CDCDCDCD0000:#30BF30BFA38E:#A53C212FA53C:#0000CDCDCDCD:#FAFAEBEBD7D7:#404040404040:#FFFF00000000:#0000FFFF0000:#FFFFFFFF0000:#00000000FFFF:#FFFF0000FFFF:#0000FFFFFFFF:#FFFFFFFFFFFF\fR
|
Default value: \fB#000000000000:#CDCD00000000:#0000CDCD0000:#CDCDCDCD0000:#30BF30BFA38E:#A53C212FA53C:#0000CDCDCDCD:#FAFAEBEBD7D7:#404040404040:#FFFF00000000:#0000FFFF0000:#FFFFFFFF0000:#00000000FFFF:#FFFF0000FFFF:#0000FFFFFFFF:#FFFFFFFFFFFF\fR
|
||||||
.TP
|
.TP
|
||||||
.B word_chars
|
.B word_chars
|
||||||
|
When selecting text by word, sequences of these characters are considered single words. Ranges can be given as "A-Z". Literal hyphen (not expressing a range) should be the first character given.
|
||||||
Default value: \fB\-A\-Za\-z0\-9,./?%&#:_\fR
|
Default value: \fB\-A\-Za\-z0\-9,./?%&#:_\fR
|
||||||
.TP
|
.TP
|
||||||
.B mouse_autohide
|
.B mouse_autohide \fR(boolean)
|
||||||
Boolean value. Default value: \fBTrue\fR
|
Controls whether the mouse cursor should be hidden while typing.
|
||||||
|
Default value: \fBTrue\fR
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.BR gnome\-terminal(1),
|
.BR gnome\-terminal(1)
|
||||||
|
|
Loading…
Reference in New Issue