From 9b0d35aa6c6fb995f6a15906a43fd50b3a58f822 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 15 Apr 2026 18:51:07 +0200 Subject: Merge in sorting of launcher items with glib functions --- glitch.h | 1 + 1 file changed, 1 insertion(+) (limited to 'glitch.h') diff --git a/glitch.h b/glitch.h index c7bcf3f..69cfe0f 100644 --- a/glitch.h +++ b/glitch.h @@ -58,6 +58,7 @@ typedef struct Client { typedef struct { char *name; char *exec; + int usage; } LauncherItem; typedef struct { -- cgit v1.2.3