Files
oam/knowledge base/kde.md
2023-07-09 20:48:18 +02:00

1.3 KiB

KDE

Table of contents

  1. TL;DR
  2. Prioritize a WiFi network connection
  3. Further readings
  4. Sources

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

Prioritize a WiFi network connection

Plasma-nm lets you change a network's priority specifying a number in the network's General configuration tab. Higher numbers set a higher priority.

Further readings

Sources

All the references in the further readings section, plus the following: