feat: dms settings

This commit is contained in:
2026-07-10 17:27:59 +02:00
parent e554d98510
commit b11a8f82c6
2 changed files with 8 additions and 1 deletions
+5
View File
@@ -63,6 +63,11 @@
"submap": "workspace", "submap": "workspace",
"icon": "monitor", "icon": "monitor",
"color": "#2800ee" "color": "#2800ee"
},
{
"submap": "groupedlaunch",
"icon": "open_in_new",
"color": "#005207"
} }
], ],
"fontSize": "none" "fontSize": "none"
+3 -1
View File
@@ -192,7 +192,9 @@
"sortAppsAlphabetically": false, "sortAppsAlphabetically": false,
"appLauncherGridColumns": 4, "appLauncherGridColumns": 4,
"spotlightCloseNiriOverview": true, "spotlightCloseNiriOverview": true,
"spotlightSectionViewModes": {}, "spotlightSectionViewModes": {
"apps": "list"
},
"appDrawerSectionViewModes": {}, "appDrawerSectionViewModes": {},
"niriOverviewOverlayEnabled": true, "niriOverviewOverlayEnabled": true,
"dankLauncherV2Size": "compact", "dankLauncherV2Size": "compact",