about summary refs log tree commit diff
path: root/conf.c
diff options
context:
space:
mode:
authorokan <okan>2013-11-27 18:34:34 +0000
committerokan <okan>2013-11-27 18:34:34 +0000
commit5e67a12262c061ecabc03e1cd73fdbb5c3c00196 (patch)
tree96f926df67fe7d301b7c149ab98fcbc544250034 /conf.c
parent1b6ef8e9edfca41c4339c83b481d47d839100984 (diff)
downloadcwm-5e67a12262c061ecabc03e1cd73fdbb5c3c00196.tar.gz
cwm-5e67a12262c061ecabc03e1cd73fdbb5c3c00196.tar.xz
cwm-5e67a12262c061ecabc03e1cd73fdbb5c3c00196.zip
like gap, make snapdist per screen
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.c b/conf.c
index 895b681..970b0ce 100644
--- a/conf.c
+++ b/conf.c
@@ -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) {