From 60764d85aa764a3567c31f44a86ff1180e48342b Mon Sep 17 00:00:00 2001 From: BitHeaven <33015545+BitHeaven-Official@users.noreply.github.com> Date: Wed, 28 Sep 2022 02:45:03 +0500 Subject: [PATCH] Add app launcher --- config.def.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config.def.h b/config.def.h index 667716b..359759b 100644 --- a/config.def.h +++ b/config.def.h @@ -32,6 +32,14 @@ static const char *colors[][3] = { /* tagging */ static const char *tags[] = { "", "", "3", "", "5", "6", "7", "8", "" }; +/* launcher commands (They must be NULL terminated) */ +static const char* bhev[] = { "firefox", "bhev.ru", NULL }; + +static const Launcher launchers[] = { + /* command name to display */ + { bhev, "SHRT" }, +}; + static const Rule rules[] = { /* xprop(1): * WM_CLASS(STRING) = instance, class