Quellcode durchsuchen

nah, I don't want 640 as MASTERWIDTH

Anselm R. Garbe vor 18 Jahren
Ursprung
Commit
cac492b0e9
2 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 2 2
      config.arg.h
  2. 1 1
      config.default.h

+ 2 - 2
config.arg.h

@@ -32,9 +32,9 @@ static Layout layout[] = { \
 	{ "[]=",		tile }, /* first entry is default */ \
 	{ "><>",		untile }, \
 };
-#define MASTERWIDTH		640		/* master width per thousand */
+#define MASTERWIDTH		600		/* master width per thousand */
 #define NMASTER			1		/* clients in master area */
-#define SNAP			40		/* untiled snap pixel */
+#define SNAP			32		/* snap pixel */
 
 /* key definitions */
 #define MODKEY			Mod1Mask

+ 1 - 1
config.default.h

@@ -35,7 +35,7 @@ static Layout layout[] = { \
 };
 #define MASTERWIDTH		640		/* master width per thousand */
 #define NMASTER			1		/* clients in master area */
-#define SNAP			20		/* untiled snap pixel */
+#define SNAP			32		/* snap pixel */
 
 /* key definitions */
 #define MODKEY			Mod1Mask