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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user