1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-08-05 04:58:30 -04:00

mango: add specific sorting for widgets using data from mango IPC

fixes #649
This commit is contained in:
bbedward
2026-07-03 23:08:44 -04:00
parent 8dadf73d52
commit ebad8e2dda
2 changed files with 7 additions and 0 deletions
+3
View File
@@ -370,6 +370,9 @@ Singleton {
const screenName = _screenName(screenOrName);
if (!screenName)
return toplevels;
// Overview reports active_tags=[0], which would match no client tags.
if (isOutputInOverview(screenName))
return toplevels;
const active = _activeTagSet(screenName);
if (active.size === 0)
return toplevels;