diff --git a/main.c b/main.c index 6c8f90f..a6f43d1 100644 --- a/main.c +++ b/main.c @@ -820,9 +820,12 @@ void internal_broker(XEvent *e) static void update_clock(void *dontcare) { + Scrn *scr; + if(server_grabs) return; call_out(prefs.titleclockinterval, 0, update_clock, dontcare); + scr = get_front_scr(); do { redrawmenubar(scr->menubar);