diff options
| author | Federico Angelilli <code@fedang.net> | 2024-03-07 23:46:52 +0100 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2024-03-07 23:46:52 +0100 |
| commit | 04275df210744923651c6119e64301a8e2d45e77 (patch) | |
| tree | 01d1a867cd2d177598dddb4911bda1da3cbde99e /src/comet.c | |
| parent | f7e94e7a0f33cbf6b5ee784974a431d633aada0f (diff) | |
Make dwm ipc optional
Diffstat (limited to 'src/comet.c')
| -rw-r--r-- | src/comet.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/comet.c b/src/comet.c index a969677..aacf89c 100644 --- a/src/comet.c +++ b/src/comet.c @@ -292,7 +292,6 @@ int main(int argc, char **argv) // Dwm tags DwmIpc *dwm = dwm_create(state, "/tmp/dwm.sock"); - dwm_register_tags(dwm, color, purple, text_color, line_color); register_buttons(state, color, line_color, text_color); |
