Added KDE's notes to the knowledge base

This commit is contained in:
Michele Cereda
2022-05-12 23:40:58 +02:00
parent 3fd386384e
commit 454602ca3d

26
knowledge base/kde.md Normal file
View File

@@ -0,0 +1,26 @@
# KDE
## TL;DR
```shell
# Get from '~/.config/kinfocenterrc' the current value for the 'MenuBar' key in
# the 'MainWindow' group.
kreadconfig5 --file kinfocenterrc --group MainWindow --key MenuBar
# Set into '~/.config/kdeglobals' a new value for the 'Show hidden files' key in
# the 'KFileDialog Settings' group.
kwriteconfig5 --file kdeglobals --group 'KFileDialog Settings' \
--key 'Show hidden files' --type bool true
```
## Further readings
- [KDE Configuration Files]
[kde configuration files]: https://userbase.kde.org/KDE_System_Administration/Configuration_Files
## Sources
- [Gsettings-like tools for KDE]
[gsettings-like tools for kde]: https://askubuntu.com/questions/839647/gsettings-like-tools-for-kde