diff --git a/src/wmfs.c b/src/wmfs.c index 4ebeb62..1778b2f 100644 --- a/src/wmfs.c +++ b/src/wmfs.c @@ -177,7 +177,7 @@ init(void) updatebutton(False); updatebar(); - /* INIT WORKABLE SPACE */ + /* INIT WORKABLE SPACE GEOMETRY */ sgeo.x = 0; sgeo.y = (conf.bartop) ? barheight + conf.titlebar.height : conf.titlebar.height; sgeo.width = DisplayWidth(dpy, screen);