Add app launcher
This commit is contained in:
parent
306c1ced09
commit
60764d85aa
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue