From 102fb9296c1ae7702f33e9c9d08b3a86296b00f8 Mon Sep 17 00:00:00 2001 From: "E. Almqvist" Date: Mon, 14 Dec 2020 10:52:00 +0100 Subject: [PATCH] Spectacle bug fix --- src/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.h b/src/config.h index 8503680..ce92c8d 100644 --- a/src/config.h +++ b/src/config.h @@ -88,7 +88,7 @@ static const char *termcmd[] = { "termite", NULL }; static const char *betterlockscreencmd[] = { "betterlockscreen", "--lock", "blur" }; -static const char *spectaclecmd[] = { "spectacle", "-r", "-c", "-b" }; +static const char *spectaclecmd[] = { "spectacle", "-r", NULL, "-c", NULL, "-b", NULL }; static const char *cmuspausecmd[] = { "cmus-remote", "--pause" };