lxterminal - Man Page
a lightweight terminal emulator based on GTK+ for the LXDE desktop.
Examples (TL;DR)
- Open an LXTerminal window:
lxterminal
- Open an LXTerminal window, run a command, and then exit:
lxterminal -e "command"
- Open an LXTerminal window with multiple tabs:
lxterminal --tabs=tab_name1,tab_name2,...
- Open an LXTerminal window with a specific title:
lxterminal --title=title_name
- Open an LXTerminal window with a specific working directory:
lxterminal --working-directory=path/to/directory
Synopsis
lxterminal [options...]
Description
This manual page documents briefly the lxterminal command.
lxterminal is a program that provides a terminal emulator for the desktop, usually for LXDE.
Options
This program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below.
- -e STRING --command=STRING --command STRING
This option specifies the program (and its command line arguments) to be run in the terminal. Except in the --command= form, this must be the last option on the command line.
- --geometry=CHARACTERSxLINES
Set the terminal's size in characters and lines.
- -l --loginshell
Executes login shell.
- -t NAME[,NAME[,NAME[...]]] --title=NAME[,NAME[,NAME[...]]] --tabs=NAME[,NAME[,NAME[...]]]
Set the terminal's title. Use comma for multiple tabs.
- --working-directory=DIRECTORY
Set the terminal's working directory.
Author
This manual page was written by paulliu <grandpaul@gmail.com> for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation.
On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.
Files
The configuration file can be found in ~/.config/lxterminal/lxterminal.conf.
Author
Ying-Chun Liu
Author.
Copyright
Copyright © 2008 paulliu