Linux command
xfce4-terminal 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Open
xfce4-terminal
Example
xfce4-terminal --initial-title "[initial_title]"
Example
xfce4-terminal --tab
Execute
xfce4-terminal --command "[command_with_args]"
Example
xfce4-terminal --command "[command_with_args]" --hold
Example
xfce4-terminal --tab --command "[command1]" --tab --command "[command2]"
说明
xfce4-terminal is the terminal emulator for the XFCE desktop environment. It provides tabs, configurable appearance, and drop-down mode support. The terminal supports multiple profiles and can execute commands on startup.
参数
- --initial-title _TITLE_
- Set initial window title
- --tab
- Open new tab
- --command _COMMAND_
- Execute command in terminal
- --hold
- Keep terminal open after command exits
- --working-directory _DIR_
- Set working directory
- --geometry _WxH+X+Y_
- Window geometry
- --fullscreen
- Start in fullscreen mode
FAQ
What is the xfce4-terminal command used for?
xfce4-terminal is the terminal emulator for the XFCE desktop environment. It provides tabs, configurable appearance, and drop-down mode support. The terminal supports multiple profiles and can execute commands on startup.
How do I run a basic xfce4-terminal example?
Run `xfce4-terminal` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --initial-title _TITLE_ do in xfce4-terminal?
Set initial window title