xdg: Prefer hidden over noDisplay for desktop entries

Prevents the desktop entry from showing in applications like Thunar.
Long-term this isn't a viable solution since it prevents the hidden
applications from being used by Thunar.
This commit is contained in:
Donovan Glover 2024-08-07 14:50:20 -04:00
parent da1ade1e6f
commit b3f5c61625
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -5,7 +5,9 @@ let
no = {
name = "";
noDisplay = true;
settings = {
Hidden = "true";
};
};
in
{