From 6ac76fddad885eb23ff019ae36a86c8bb487670b Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 15 Apr 2026 22:16:55 +0200 Subject: Fix application list not refreshing on each call --- launcher.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'launcher.c') diff --git a/launcher.c b/launcher.c index 0346403..5e7f725 100644 --- a/launcher.c +++ b/launcher.c @@ -124,12 +124,7 @@ void toggle_launcher(const Arg *arg) { return; } - if (wm.launcher_items) { - load_usage(); - qsort(wm.launcher_items, wm.launcher_items_count, sizeof(LauncherItem), compare_launcher_items); - } else { - load_applications(); - } + load_applications(); wm.launcher_active = 1; wm.launcher_search[0] = '\0'; -- cgit v1.2.3