From c3212e8624589654cf6189373d223a874526682d Mon Sep 17 00:00:00 2001 From: Xory Date: Sun, 15 Mar 2026 18:37:53 +0200 Subject: [PATCH] whoops --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index eab1163..cbe4033 100644 --- a/config.h +++ b/config.h @@ -135,7 +135,7 @@ static const int cursor_timeout = 5; /* commands */ static const char *termcmd[] = { "kitty", NULL }; -static const char *menucmd[] = { "rofi", "-show", "drun" NULL }; +static const char *menucmd[] = { "rofi", "-show", "drun", NULL }; static const Key keys[] = { /* Note that Shift changes certain key codes: 2 -> at, etc. */