From 78099458dfac3bd807cfa52971559f2f9a3f2580 Mon Sep 17 00:00:00 2001 From: Michel Fedde Date: Mon, 19 May 2025 23:26:42 +0200 Subject: [PATCH] Makes the anyrun display first results --- .config/anyrun/config.ron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/anyrun/config.ron b/.config/anyrun/config.ron index 52e7d9c..2cd4906 100644 --- a/.config/anyrun/config.ron +++ b/.config/anyrun/config.ron @@ -31,7 +31,7 @@ Config( close_on_click: false, // Show search results immediately when Anyrun starts - show_results_immediately: false, + show_results_immediately: true, // Limit amount of entries shown in total max_entries: None,