mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-21 15:53:32 +01:00
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:
parent
da1ade1e6f
commit
b3f5c61625
@ -5,7 +5,9 @@ let
|
||||
|
||||
no = {
|
||||
name = "";
|
||||
noDisplay = true;
|
||||
settings = {
|
||||
Hidden = "true";
|
||||
};
|
||||
};
|
||||
in
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user