Examples (7)
Set a global configuration key
kwriteconfig5 --group group_name --key key valueSet a key in a specific configuration file
kwriteconfig5 --file path/to/file --group group_name --key key valueDelete a key
kwriteconfig5 --group group_name --key key --deleteUse systemd to start the Plasma session when available
kwriteconfig5 --file startkderc --group General --key systemdBoot trueHide the title bar when a window is maximized (like Ubuntu)
kwriteconfig5 --file ~/.config/kwinrc --group Windows --key BorderlessMaximizedWindows trueConfigure KRunner to open with the Meta (Command/Windows) global hotkey
kwriteconfig5 --file ~/.config/kwinrc --group ModifierOnlyShortcuts --key Meta "org.kde.kglobalaccel,/component/krunner_desktop,org.kde.kglobalaccel.Component,invokeShortcut,_launch"Display help
kwriteconfig5 --helpmade by @shridhargupta | data from tldr-pages