From 8d34b394a87c13ee433d8dad161097ffea5b83d2 Mon Sep 17 00:00:00 2001 From: "E. Almqvist" Date: Thu, 24 Dec 2020 20:23:53 +0100 Subject: [PATCH] Stuff --- src/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.h b/src/config.h index 3e4dbbd..c8220ac 100644 --- a/src/config.h +++ b/src/config.h @@ -86,7 +86,7 @@ static const char *termcmd[] = { "termite", NULL }; static const char *betterlockscreencmd[] = { "betterlockscreen", "--lock", "blur" }; -static const char *spectaclecmd[] = { "spectacle", "-r", NULL, "-c", NULL, "-b", NULL }; +static const char *spectaclecmd[] = { "spectacle", "-r", "-c", "-b", NULL }; static const char *cmuspausecmd[] = { "cmus-remote", "--pause" };