gnome control center -> plasma systemsettings

This commit is contained in:
end-4
2025-06-08 17:05:20 +02:00
parent f840af4652
commit cfb4f1a5e1
4 changed files with 6 additions and 6 deletions
@@ -21,10 +21,11 @@ Singleton {
}
property QtObject apps: QtObject {
property string bluetooth: "better-control --bluetooth"
property string bluetooth: "systemsettings kcm_bluetooth"
property string imageViewer: "loupe"
property string network: "XDG_CURRENT_DESKTOP=\"gnome\" gnome-control-center wifi"
property string settings: "XDG_CURRENT_DESKTOP=\"gnome\" gnome-control-center"
property string network: "better-control --wifi"
property string networkEthernet: "systemsettings kcm_networkmanagement"
property string settings: "systemsettings kcm_bluetooth"
property string taskManager: "plasma-systemmonitor --page-name Processes"
property string terminal: "kitty -1" // This is only for shell actions
}