32 lines
1.0 KiB
Markdown
32 lines
1.0 KiB
Markdown
# kwriteconfig5
|
||
|
||
> 为KDE Plasma写入KConfig条目。
|
||
> 更多信息:<https://userbase.kde.org/KDE_System_Administration/Configuration_Files>。
|
||
|
||
- 显示帮助:
|
||
|
||
`kwriteconfig5 --help`
|
||
|
||
- 设置全局配置键:
|
||
|
||
`kwriteconfig5 --group {{group_name}} --key {{key}} {{value}}`
|
||
|
||
- 在特定配置文件中设置键:
|
||
|
||
`kwriteconfig5 --file {{path/to/file}} --group {{group_name}} --key {{key}} {{value}}`
|
||
|
||
- 删除一个键:
|
||
|
||
`kwriteconfig5 --group {{group_name}} --key {{key}} --delete`
|
||
|
||
- 在可用时使用systemd启动Plasma会话:
|
||
|
||
`kwriteconfig5 --file {{startkderc}} --group {{General}} --key {{systemdBoot}} {{true}}`
|
||
|
||
- 当窗口最大化时隐藏标题栏(如Ubuntu):
|
||
|
||
`kwriteconfig5 --file {{~/.config/kwinrc}} --group {{Windows}} --key {{BorderlessMaximizedWindows}} {{true}}`
|
||
|
||
- 配置KRunner使用Meta(命令/Windows)全局热键打开:
|
||
|
||
`kwriteconfig5 --file {{~/.config/kwinrc}} --group {{ModifierOnlyShortcuts}} --key {{Meta}} "{{org.kde.kglobalaccel,/component/krunner_desktop,org.kde.kglobalaccel.Component,invokeShortcut,_launch}}"` |