diff options
| author | BossCode45 <human.cyborg42@gmail.com> | 2022-08-24 17:34:44 +1200 |
|---|---|---|
| committer | BossCode45 <human.cyborg42@gmail.com> | 2022-08-24 17:34:44 +1200 |
| commit | 5536f1ae1fb4f28f1438d60e31b6da523a18fe2b (patch) | |
| tree | 039534ed83449bbf39b8e5b5429a001d3d404772 /config.h | |
| parent | 79e15de349c1b82780d0583cd6fdcec4db2382ca (diff) | |
| download | YATwm-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}}, |
