# Applications Launch applications. ## Usage Simply search for the application you wish to launch. ## Configuration ```ron // /applications.ron Config( // Also show the Desktop Actions defined in the desktop files, e.g. "New Window" from LibreWolf desktop_actions: true, max_entries: 5, ) ```