summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 91ed9f3..9bb5b6c 100644
--- a/src/main.c
+++ b/src/main.c
@@ -250,6 +250,8 @@ int main(int argc, char **argv)
xcb_icccm_set_wm_protocols(m.conn, m.wnd, m.atoms.WM_PROTOCOLS,
1, protocols);
+ xcb_icccm_set_wm_name(m.conn, m.wnd, XCB_ATOM_STRING, 8, 5, "timer");
+ xcb_icccm_set_wm_class(m.conn, m.wnd, 8, "jk.timer");
}
#endif