Linux command
urxvt 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
urxvt
urxvt
说明
urxvt (rxvt-unicode) is a highly customizable terminal emulator with Unicode support, transparency, and Perl extensions. It is known for being lightweight and fast while offering extensive customization through X resources. Configuration is typically done through ~/.Xresources or command-line options.
参数
- -cd _DIR_
- Start in specified directory
- -e _COMMAND_
- Execute command instead of shell
- --hold
- Keep window open after command exits
- -fn _FONT_
- Specify font
- -fg _COLOR_
- Foreground color
- -bg _COLOR_
- Background color
FAQ
What is the urxvt command used for?
urxvt (rxvt-unicode) is a highly customizable terminal emulator with Unicode support, transparency, and Perl extensions. It is known for being lightweight and fast while offering extensive customization through X resources. Configuration is typically done through ~/.Xresources or command-line options.
How do I run a basic urxvt example?
Run `urxvt` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -cd _DIR_ do in urxvt?
Start in specified directory