mirror of
https://github.com/Estom/notes.git
synced 2026-04-13 09:49:55 +08:00
linux 命令和教程补充
This commit is contained in:
28
Linux/command/xset.md
Normal file
28
Linux/command/xset.md
Normal file
@@ -0,0 +1,28 @@
|
||||
xset
|
||||
===
|
||||
|
||||
设置X-Window系统中的用户爱好的实用工具
|
||||
|
||||
## 补充说明
|
||||
|
||||
**xset命令** 是设置X-Window系统中的用户爱好的实用工具。
|
||||
|
||||
### 语法
|
||||
|
||||
```shell
|
||||
xset(选项)(参数)
|
||||
```
|
||||
|
||||
### 选项
|
||||
|
||||
```shell
|
||||
-b:蜂鸣器开关设置;
|
||||
-c:键盘按键声响设置。
|
||||
```
|
||||
|
||||
### 参数
|
||||
|
||||
* c:键盘按键声响设置;
|
||||
* s:屏幕保护程序设置。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user