From c2eeae45cca28ab36381245e7bd9e1d2ca099b89 Mon Sep 17 00:00:00 2001 From: Axel Navarro Date: Thu, 25 Feb 2021 19:31:38 -0300 Subject: [PATCH] kreadconfig5: add page (#5293) --- pages/linux/kreadconfig5.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/linux/kreadconfig5.md diff --git a/pages/linux/kreadconfig5.md b/pages/linux/kreadconfig5.md new file mode 100644 index 0000000000..2d5c79dcc9 --- /dev/null +++ b/pages/linux/kreadconfig5.md @@ -0,0 +1,16 @@ +# kreadconfig5 + +> Read KConfig entries for KDE Plasma. +> More information: . + +- 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}}`