Difference between revisions of "LXTerminal"
Shraibikus (talk | contribs) m (add ru) |
(add detail and fix 1 spell error. overall cleanup) |
||
(11 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
{{Infobox component| | {{Infobox component| | ||
− | name= | + | name = LXTerminal |
− | |image= LXTerminal.png | + | |image = LXTerminal.png |
− | |image description= | + | |image description = |
− | |developer= LXDE Team | + | |developer = LXDE Team |
− | |version= | + | |version = {{VersionAndDate | lxterminal |y|}} |
− | |date= | + | |date = {{VersionAndDate | lxterminal ||y}} |
− | | | + | |genre = Terminal Emulator |
− | |genre= Terminal Emulator | + | |license = GNU General Public License |
− | |license= GNU General Public License | + | |website = [http://lxde.org/ lxde.org] |
− | |website= [http://lxde.org/ lxde.org] | ||
|}} | |}} | ||
'''LXTerminal''' is the standard terminal emulator of LXDE. The terminal is a desktop-independent VTE-based terminal emulator for LXDE without any unnecessary dependency. | '''LXTerminal''' is the standard terminal emulator of LXDE. The terminal is a desktop-independent VTE-based terminal emulator for LXDE without any unnecessary dependency. | ||
− | LXTerminal supports multiple tabs. | + | All instances of its windows use just a single process. This design results in lower memory usage when multiple terminals are in use. |
+ | |||
+ | LXTerminal supports multiple tabs and features graphically driven configuration. | ||
+ | |||
+ | == Features == | ||
+ | * Change the color scheme (full 24-bit color support by means of VTE) | ||
+ | * Cursor : block or underline, blinking or not | ||
+ | * Configurable buffer size (number of scroll back lines) | ||
+ | * Configure selectable characters when double clicking text | ||
+ | * Tabs (optional) | ||
+ | * Keyboard shortcuts | ||
+ | * Option to hide the mouse | ||
+ | * Option to hide the menu bar | ||
+ | * Option to hide the scroll bar | ||
+ | |||
+ | == Minimalism == | ||
+ | |||
+ | For a minimalist terminal (useful with a tiling WM), LXTerminal can be configured to hide the menu bar and the scrollbar. | ||
+ | |||
+ | This can be set using the menus, or directly in <code>lxterminal.conf</code>: | ||
+ | |||
+ | <code>hidescrollbar</code> and <code>hidemenubar</code> should be set to <code>true</code> in the <code>[general]</code> section: | ||
+ | |||
+ | <pre> | ||
+ | hidescrollbar=true | ||
+ | hidemenubar=true | ||
+ | </pre> | ||
+ | |||
+ | There is special handling for tab bars such that it only appears if a new tab is created. | ||
+ | |||
+ | A right click opens a menu and allows to reach for the options or any elements from the hidden menu bar. | ||
== External Links == | == External Links == | ||
− | * [http:// | + | * [http://gnomefiles.org/content/show.php/LXTerminal?content=132088 Information at GnomeFiles] |
* [http://sourceforge.net/projects/lxde/files/LXTerminal%20%28terminal%20emulator%29/ Files at SourceForge.net] | * [http://sourceforge.net/projects/lxde/files/LXTerminal%20%28terminal%20emulator%29/ Files at SourceForge.net] | ||
− | |||
[[Category:LXDE]] | [[Category:LXDE]] | ||
Line 29: | Line 57: | ||
[[zh:LXTerminal]] | [[zh:LXTerminal]] | ||
[[ru:LXTerminal]] | [[ru:LXTerminal]] | ||
+ | [[ar:LXTerminal]] |
Latest revision as of 22:23, 10 November 2020
LXTerminal | |
Developer | LXDE Team |
Latest version | 0.4.0 (from 6 Feb. 2021) |
Genre | Terminal Emulator |
License | GNU General Public License |
Website | lxde.org |
LXTerminal is the standard terminal emulator of LXDE. The terminal is a desktop-independent VTE-based terminal emulator for LXDE without any unnecessary dependency.
All instances of its windows use just a single process. This design results in lower memory usage when multiple terminals are in use.
LXTerminal supports multiple tabs and features graphically driven configuration.
Features
- Change the color scheme (full 24-bit color support by means of VTE)
- Cursor : block or underline, blinking or not
- Configurable buffer size (number of scroll back lines)
- Configure selectable characters when double clicking text
- Tabs (optional)
- Keyboard shortcuts
- Option to hide the mouse
- Option to hide the menu bar
- Option to hide the scroll bar
Minimalism
For a minimalist terminal (useful with a tiling WM), LXTerminal can be configured to hide the menu bar and the scrollbar.
This can be set using the menus, or directly in lxterminal.conf
:
hidescrollbar
and hidemenubar
should be set to true
in the [general]
section:
hidescrollbar=true hidemenubar=true
There is special handling for tab bars such that it only appears if a new tab is created.
A right click opens a menu and allows to reach for the options or any elements from the hidden menu bar.