From 0b80d1842d1c921a8a94c11fd9222dad9311cc97 Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Fri, 5 Jan 2007 12:50:39 +0100 Subject: experimental version which allows master clients being increased/decreased --- config.default.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.default.h') 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 \ -- cgit 1.4.1-2-gfad0 'h' onchange='this.form.submit();'> Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log tree commit diff stats
path: root/999spaces.cc
blob: 4c09712d0418a0c277e7b7389850c8de307ba04b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34