Add NULL to end of Firefox command

This commit is contained in:
2024-06-22 15:08:09 +01:00
parent 7a2ac40959
commit 92d3f1f11f

View File

@@ -68,7 +68,7 @@ static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, NULL };
static const char *termcmd[] = { "tabbed", "-c", "-r", "2", "st", "-w", "''", NULL }; static const char *termcmd[] = { "tabbed", "-c", "-r", "2", "st", "-w", "''", NULL };
static const char *slockcmd[] = { "slock", NULL }; static const char *slockcmd[] = { "slock", NULL };
static const char *screenshotcmd[] = { "scrot", "--select", "--line", "mode=edge", NULL }; static const char *screenshotcmd[] = { "scrot", "--select", "--line", "mode=edge", NULL };
static const char *webcmd[] = { "firefox", "--new-window", "/home/trude/.homepage/index.html" }; static const char *webcmd[] = { "firefox", "--new-window", "/home/trude/.homepage/index.html", NULL };
static const Key keys[] = { static const Key keys[] = {
/* Volume keys support */ /* Volume keys support */