Files
oam/knowledge base/kde.md
2022-05-12 23:40:58 +02:00

727 B

KDE

TL;DR

# 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

Sources