From 3c82ce828b190f0aaafff0195e575a7a14b3b03f Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Mon, 9 Jun 2025 17:41:33 +0200 Subject: [PATCH] config options: correct settings app --- .config/quickshell/modules/common/ConfigOptions.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/quickshell/modules/common/ConfigOptions.qml b/.config/quickshell/modules/common/ConfigOptions.qml index 6f1bc112a..ce6e45aa8 100644 --- a/.config/quickshell/modules/common/ConfigOptions.qml +++ b/.config/quickshell/modules/common/ConfigOptions.qml @@ -25,7 +25,7 @@ Singleton { property string imageViewer: "loupe" property string network: "better-control --wifi" property string networkEthernet: "systemsettings kcm_networkmanagement" - property string settings: "systemsettings kcm_bluetooth" + property string settings: "systemsettings" property string taskManager: "plasma-systemmonitor --page-name Processes" property string terminal: "kitty -1" // This is only for shell actions }