DesktopEntries

DesktopEntries: QtObject [singleton]

import Quickshell

Desktop entry index. More

Properties

Functions

Detailed Description

Index of desktop entries according to the desktop entry specification.

Primarily useful for looking up icons and metadata from an id, as there is currently no mechanism for usage based sorting of entries and other launcher niceties.

Property Details

[readonly]

applications: ObjectModel<DesktopEntry>

All desktop entries of type Application that are not Hidden or NoDisplay.

Function Details

DesktopEntry byId(id: string)

Look up a desktop entry by name. Includes NoDisplay entries. May return null.