Linux command
appres 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Show
appres [XTerm]
Example
appres [XTerm] [xterm]
Example
appres [Emacs] | grep [font]
Example
appres [XTerm] [xterm] -xrm "*VT100*"
说明
appres displays X application resources. It queries the X Resource Manager database and shows resources that would be applied to a specified application based on its class and instance names. This is useful for debugging X11 application appearance and behavior, understanding which resources are being applied.
参数
- class
- Application class name (typically capitalized)
- instance
- Application instance name (typically lowercase)
- -xrm _resourcestring_
- Add extra resource string for matching
FAQ
What is the appres command used for?
appres displays X application resources. It queries the X Resource Manager database and shows resources that would be applied to a specified application based on its class and instance names. This is useful for debugging X11 application appearance and behavior, understanding which resources are being applied.
How do I run a basic appres example?
Run `appres [XTerm]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does class do in appres?
Application class name (typically capitalized)