mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 23:09:26 -05:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user