config: use KDE network manager GUI for WiFi settings

Replace nmtui (terminal UI) with kcmshell6 kcm_networkmanagement for
network settings to match the Bluetooth settings UI style and provide
a more consistent graphical user experience.
This commit is contained in:
Perdixky
2025-11-28 14:07:58 +08:00
parent 2fd25af353
commit 2a1aaa9b7e
@@ -153,7 +153,7 @@ Singleton {
property JsonObject apps: JsonObject {
property string bluetooth: "kcmshell6 kcm_bluetooth"
property string network: "kitty -1 fish -c nmtui"
property string network: "kcmshell6 kcm_networkmanagement"
property string networkEthernet: "kcmshell6 kcm_networkmanagement"
property string taskManager: "plasma-systemmonitor --page-name Processes"
property string terminal: "kitty -1" // This is only for shell actions