mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-12 23:14:23 +00:00
Added KDE's notes to the knowledge base
This commit is contained in:
26
knowledge base/kde.md
Normal file
26
knowledge base/kde.md
Normal 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
|
||||
Reference in New Issue
Block a user