mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
724 B
724 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