From 7f88cbaf381f16e76fd92e4511b35500728df9fb Mon Sep 17 00:00:00 2001 From: zach Date: Sat, 18 Apr 2026 00:57:49 +0200 Subject: [PATCH] fix search entry for uwsm switch --- Modules/Settings/SettingsIndex.mjs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Modules/Settings/SettingsIndex.mjs b/Modules/Settings/SettingsIndex.mjs index b427758..a56c645 100644 --- a/Modules/Settings/SettingsIndex.mjs +++ b/Modules/Settings/SettingsIndex.mjs @@ -967,6 +967,13 @@ export const settingsIndex = [ section: "Launcher", keywords: ["command", "prefix", "special"], }, + { + name: "Use UWSM launch command", + category: "launcher", + categoryName: "Launcher", + section: "Launcher", + keywords: ["command", "uwsm", "systemd"], + }, // Fuzzy Search section { name: "Apps",