mirror of
https://github.com/mintycube/dwm.git
synced 2024-10-22 14:05:45 +02:00
add table for launcher patch
This commit is contained in:
parent
bd9b87c30c
commit
558002541e
5
config.h
5
config.h
@ -408,7 +408,10 @@ static const char *layoutmenu_cmd = "layoutmenu.sh";
|
|||||||
#if BAR_LAUNCHER_PATCH
|
#if BAR_LAUNCHER_PATCH
|
||||||
static const Launcher launchers[] = {
|
static const Launcher launchers[] = {
|
||||||
/* icon to display command */
|
/* icon to display command */
|
||||||
{ "firefox", CMD("firefox", "duckduckgo.com") },
|
{ "", CMD("st") },
|
||||||
|
{ "", CMD("firefox" ) },
|
||||||
|
{ "", CMD("fuz-launcher") },
|
||||||
|
{ "", CMD("st", "nvim") },
|
||||||
};
|
};
|
||||||
#endif // BAR_LAUNCHER_PATCH
|
#endif // BAR_LAUNCHER_PATCH
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user