mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-24 17:23:09 +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 = {
|
no = {
|
||||||
name = "";
|
name = "";
|
||||||
noDisplay = true;
|
settings = {
|
||||||
|
Hidden = "true";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user