summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorBossCode45 <human.cyborg42@gmail.com>2022-08-24 17:34:44 +1200
committerBossCode45 <human.cyborg42@gmail.com>2022-08-24 17:34:44 +1200
commit5536f1ae1fb4f28f1438d60e31b6da523a18fe2b (patch)
tree039534ed83449bbf39b8e5b5429a001d3d404772 /config.h
parent79e15de349c1b82780d0583cd6fdcec4db2382ca (diff)
downloadYATwm-5536f1ae1fb4f28f1438d60e31b6da523a18fe2b.tar.gz
YATwm-5536f1ae1fb4f28f1438d60e31b6da523a18fe2b.zip
Better makefile, fixed default config bug with rofi, docs for workspace keybinds
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}},