diff --git a/src/workspace.c b/src/workspace.c index 025bdfff..5c45cdd1 100644 --- a/src/workspace.c +++ b/src/workspace.c @@ -358,7 +358,7 @@ showWorkspaceName(WScreen *scr, int workspace) ximg = RGetXImage(scr->rcontext, scr->root_win, (scr->scr_width - data->text->width)/2, - (scr->scr_height - data->text->height)/2, + 0 /* (scr->scr_height - data->text->height)/2 */, data->text->width, data->text->height); if (!ximg) {