about summary refs log tree commit diff stats
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/config.h b/config.h
index 352d7f8..bc60bd0 100644
--- a/config.h
+++ b/config.h
@@ -3,7 +3,7 @@
  * See LICENSE file for license details.
  */
 
-#define ARRANGE			dotile
+#define ARRANGE 		dotile /* dofloat */
 #define FONT			"fixed"
 #define BGCOLOR			"#666699"
 #define FGCOLOR			"#eeeeee"
@@ -11,7 +11,6 @@
 #define MODKEY			Mod1Mask
 #define NUMLOCKMASK		Mod2Mask
 #define MASTERW			52 /* percent */
-#define WM_PROTOCOL_DELWIN	1
 
 enum { Tfnord, Tdev, Tnet, Twork, Tmisc, TLast };
 #define TAGS \
<boothj5@gmail.com> 2012-10-03 23:47:10 +0100 Started work on chat session, and chat states' href='/danisanti/profani-tty/commit/src/chat_session.h?id=f8de28232e353794617e402dc0ebf05b57728cc5'>f8de2823 ^
f3881db1 ^

5e7d2f5f ^


965e82b3 ^
5e7d2f5f ^
965e82b3 ^
5e7d2f5f ^

d339004f ^

894360dc ^
3b0f7e10 ^

13f0166a ^
dd11334b ^
3b0f7e10 ^



13f0166a ^
3b0f7e10 ^
5ce97728 ^
f8de2823 ^
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62