diff options
author | Anselm R. Garbe <arg@suckless.org> | 2007-01-05 12:50:39 +0100 |
---|---|---|
committer | Anselm R. Garbe <arg@suckless.org> | 2007-01-05 12:50:39 +0100 |
commit | 0b80d1842d1c921a8a94c11fd9222dad9311cc97 (patch) | |
tree | aadfdc5b88d211e21fcc1be93f2716dee4370abb /config.default.h | |
parent | d7ec23a5db32eb00ee90e60bef35010639498cab (diff) | |
download | dwm-0b80d1842d1c921a8a94c11fd9222dad9311cc97.tar.gz |
experimental version which allows master clients being increased/decreased
Diffstat (limited to 'config.default.h')
-rw-r--r-- | config.default.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.default.h b/config.default.h index 3dd5aa0..5b08f93 100644 --- a/config.default.h +++ b/config.default.h @@ -19,6 +19,7 @@ const char *tags[] = { "1", "2", "3", "4", "5", NULL }; #define MASTER 600 /* per thousand */ #define MODKEY Mod1Mask +#define NMASTER 1 /* clients in master area */ #define SNAP 20 /* pixel */ #define KEYS \ |