like gap, make snapdist per screen

This commit is contained in:
okan
2013-11-27 18:34:34 +00:00
parent 1b6ef8e9ed
commit 5e67a12262
4 changed files with 6 additions and 4 deletions

1
conf.c
View File

@@ -103,6 +103,7 @@ conf_screen(struct screen_ctx *sc)
XftColor xc;
sc->gap = Conf.gap;
sc->snapdist = Conf.snapdist;
sc->xftfont = XftFontOpenXlfd(X_Dpy, sc->which, Conf.font);
if (sc->xftfont == NULL) {