From a81b8b36afad38e93ab2051e26d21d6125a46eca Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Thu, 8 Feb 2024 12:40:56 +0100 Subject: Add dwm tags --- src/dwm.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/dwm.h') diff --git a/src/dwm.h b/src/dwm.h index eab8ddb..be016e6 100644 --- a/src/dwm.h +++ b/src/dwm.h @@ -7,6 +7,8 @@ typedef struct DwmIpc DwmIpc; DwmIpc *dwm_create(State *state, const char *socket); +void dwm_register_tags(DwmIpc *dwm, Color color, Color selected, Color text_color, Color line_color); + void dwm_destroy(DwmIpc *dwm); #endif -- cgit v1.2.3