Files
tldr/pages.zh/linux/kreadconfig5.md

16 lines
503 B
Markdown
Raw Permalink 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.

# kreadconfig5
> 读取KDE Plasma的KConfig条目。
> 更多信息:<https://userbase.kde.org/KDE_System_Administration/Configuration_Files>。
- 从全局配置中读取一个键:
`kreadconfig5 --group {{group_name}} --key {{key_name}}`
- 从特定配置文件中读取一个键:
`kwriteconfig5 --file {{path/to/file}} --group {{group_name}} --key {{key_name}}`
- 检查是否使用systemd启动Plasma会话
`kreadconfig5 --file {{startkderc}} --group {{General}} --key {{systemdBoot}}`