kreadconfig5: add page (#5293)

translation-badges
Axel Navarro 2021-02-25 19:31:38 -03:00 committed by GitHub
parent 01dbbf6f26
commit c2eeae45cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
# kreadconfig5
> Read KConfig entries for KDE Plasma.
> More information: <https://userbase.kde.org/KDE_System_Administration/Configuration_Files>.
- Read a key from the global configuration:
`kreadconfig5 --group {{group_name}} --key {{key_name}}`
- Read a key from a specific configuration file:
`kwriteconfig5 --file {{path/to/file}} --group {{group_name}} --key {{key_name}}`
- Check if systemd is used to start the Plasma session:
`kreadconfig5 --file {{startkderc}} --group {{General}} --key {{systemdBoot}}`