From d8cc6ad2737624342e5455452721e8385bfdef09 Mon Sep 17 00:00:00 2001 From: "E. Almqvist" Date: Wed, 17 Mar 2021 16:41:23 +0100 Subject: [PATCH] Minor fix --- src/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.h b/src/config.h index bd99385..06cd065 100644 --- a/src/config.h +++ b/src/config.h @@ -80,11 +80,11 @@ static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, static const char *termcmd[] = { "st", NULL }; -static const char *betterlockscreencmd[] = { "betterlockscreen", "--lock", "blur" }; +static const char *betterlockscreencmd[] = { "betterlockscreen", "--lock", "blur", NULL }; static const char *spectaclecmd[] = { "spectacle", "-r", "-c", "-b", NULL }; -static const char *cmuspausecmd[] = { "cmus-remote", "--pause" }; +static const char *cmuspausecmd[] = { "cmus-remote", "--pause", NULL }; static Key keys[] = { /* modifier key function argument */