summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 8f9897d..0b66419 100644
--- a/config.h
+++ b/config.h
@@ -37,7 +37,7 @@ void kill(const KeyArg arg);
void changeWS(const KeyArg arg);
const char* alacritty[] = {"alacritty", NULL};
-const char* rofi[] = {"rofi", "-i", "-show" "drun", NULL};
+const char* rofi[] = {"rofi", "-i", "-show", "drun", NULL};
#define WSKEY(K, X) \
{K, mod, changeWS, {.num = X - 1}},