From b55675d32361dd1517c0232bde4d89d2097b4bbb Mon Sep 17 00:00:00 2001 From: Aylur Date: Thu, 6 Jun 2024 23:09:13 +0200 Subject: improve matching * add Score struct * more settings through properties --- src/cli.vala | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cli.vala') diff --git a/src/cli.vala b/src/cli.vala index 023143e..d926c87 100644 --- a/src/cli.vala +++ b/src/cli.vala @@ -43,6 +43,7 @@ int main(string[] argv) { } var apps = new AstalApps.Apps(); + if (launch != null) { apps.query(launch).first().data.launch(); return 0; -- cgit v1.2.3