Add app launcher
This commit is contained in:
		| @ -32,6 +32,14 @@ static const char *colors[][3]      = { | |||||||
| /* tagging */ | /* tagging */ | ||||||
| static const char *tags[] = { "", "", "3", "", "5", "6", "7", "8", "" }; | 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[] = { | static const Rule rules[] = { | ||||||
| 	/* xprop(1): | 	/* xprop(1): | ||||||
| 	 *	WM_CLASS(STRING) = instance, class | 	 *	WM_CLASS(STRING) = instance, class | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 BitHeaven
					BitHeaven