mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-25 04:42:14 +00:00
space
This commit is contained in:
parent
a29f12549a
commit
0b80403a4b
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ Singleton {
|
|||
|
||||
readonly property list<DesktopEntry> list: Array.from(DesktopEntries.applications.values)
|
||||
.sort((a, b) => a.name.localeCompare(b.name))
|
||||
|
||||
readonly property var preppedNames: list.map(a => ({
|
||||
name: Fuzzy.prepare(`${a.name} `),
|
||||
entry: a
|
||||
|
|
|
|||
Loading…
Reference in a new issue