blob: 5590f07dcb1ee19c99e67425bbfa88b2d9f7608e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
[
{ type: install
message: <<EOM
Some options could need manual change to ~/.config/xfce4/terminal/terminalrc:
To reduce the height of tabs, add the hidden 'MiscSlimTabs' option:
MiscSlimTabs=TRUE
By default this option is not defined.
If you have configured a custom color cursor you will also need to add:
ColorCursorUseDefault=FALSE
to have such configuration still working, otherwise reconfigure the color
in the GUI.
Keep in mind, when you change an option in Preferences window, this file
is overwritten.
EOM
}
]
|