diff options
| -rw-r--r-- | config.arg.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/config.arg.h b/config.arg.h index da51a43..9a82199 100644 --- a/config.arg.h +++ b/config.arg.h @@ -19,7 +19,7 @@ const char *tags[] = { "dev", "work", "net", "fnord", NULL };  #define MASTER			600		/* per thousand */  #define MODKEY			Mod1Mask -#define NMASTER			2		/* clients in master area */ +#define NMASTER			1		/* clients in master area */  #define SNAP			40		/* pixel */  #define KEYS \  |