From b11a8f82c605abdf3a0b039eb5b3928b5a97a68e Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Fri, 10 Jul 2026 17:27:59 +0200 Subject: [PATCH] feat: dms settings --- dms/plugin_settings.json | 5 +++++ dms/settings.json | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/dms/plugin_settings.json b/dms/plugin_settings.json index 93e872f..924a2ed 100644 --- a/dms/plugin_settings.json +++ b/dms/plugin_settings.json @@ -63,6 +63,11 @@ "submap": "workspace", "icon": "monitor", "color": "#2800ee" + }, + { + "submap": "groupedlaunch", + "icon": "open_in_new", + "color": "#005207" } ], "fontSize": "none" diff --git a/dms/settings.json b/dms/settings.json index d185ff0..9c90660 100644 --- a/dms/settings.json +++ b/dms/settings.json @@ -192,7 +192,9 @@ "sortAppsAlphabetically": false, "appLauncherGridColumns": 4, "spotlightCloseNiriOverview": true, - "spotlightSectionViewModes": {}, + "spotlightSectionViewModes": { + "apps": "list" + }, "appDrawerSectionViewModes": {}, "niriOverviewOverlayEnabled": true, "dankLauncherV2Size": "compact",