浏览代码

in a 1920x1200 setup 40 pixels of snap value are much better than 20

arg@mig29 19 年之前
父节点
当前提交
b76561a212
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      config.arg.h

+ 1 - 1
config.arg.h

@@ -19,7 +19,7 @@ const char *tags[] = { "dev", "work", "net", "fnord", NULL };
 
 #define MASTER			600 /* per thousand */
 #define MODKEY			Mod1Mask
-#define SNAP			20 /* pixel */
+#define SNAP			40 /* pixel */
 
 #define KEYS \
 static Key key[] = { \