MatthiasGrandl / Loungy

Loungy is a WIP launcher in the vein of Spotlight, Alfred, Raycast.
MIT License
1.35k stars 70 forks source link

linux: Use XDG env vars for application search #30

Closed caeklol closed 1 month ago

caeklol commented 1 month ago

The PR uses the environment variables provided by the XDG desktop spec when searching for applications. I used walkdir because at least on NixOS, the *.desktop files are nested within the folders.

Absolutely love the project!

MatthiasGrandl commented 1 month ago

Looks good! Thanks for contributing!