uTools-Manuals/docs/linux/xlsatoms.html
2019-04-21 11:50:48 +08:00

15 lines
941 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<h1 id="xlsatoms">xlsatoms</h1>
<p>列出X服务器内部所有定义的原子成分</p>
<h2 id="补充说明">补充说明</h2>
<p><strong>xlsatoms命令</strong> 用于列出X服务器内部所有定义的原子成分每个原子成分都有自身的编号。可利用参数设置列表范围或直接指定欲查询的成分名称。</p>
<h3 id="语法">语法</h3>
<pre><code class="language-bash">xlsatoms(选项)</code></pre>
<h3 id="选项">选项</h3>
<ul>
<li>-display<显示器编号>指定X Server连接的显示器编号该编号由“0”开始计算依序递增</li>
<li>-format<输出格式>:设置成分清单的列表格式,您可使用控制字符改变显示样式;</li>
<li>-name<成分名称>:列出指定的成分;</li>
<li>-range<列表范围>:设置成分清单的列表范围。</li>
</ul>
<!-- Linux命令行搜索引擎https://jaywcjlove.github.io/linux-command/ -->