about summary refs log tree commit diff stats
path: root/config.def.h
diff options
context:
space:
mode:
authorAnselm R Garbe <anselm@garbe.us>2009-06-20 17:02:55 +0100
committerAnselm R Garbe <anselm@garbe.us>2009-06-20 17:02:55 +0100
commitc2fff604a760d271c7e9311c2927954e87ac3a6e (patch)
tree5dd0482c3580e318cfd48de5f58a046bc591fe8a /config.def.h
parent6644a6aa2e4267fa67c811f60e6f9f99a0b1e067 (diff)
downloaddwm-c2fff604a760d271c7e9311c2927954e87ac3a6e.tar.gz
we need a tagset per monitor, removed tagset declaration from config.h
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index e1953c3..95cb168 100644
--- a/config.def.h
+++ b/config.def.h
@@ -16,7 +16,6 @@ static Bool topbar                  = True;     /* False means bottom bar */
 
 /* tagging */
 static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
-static unsigned int tagset[] = {1, 1}; /* after start, first tag is selected */
 
 static Rule rules[] = {
 	/* class      instance    title       tags mask     isfloating */
u/commit/channel.mu?h=main&id=b96af395b9af2ff9df94b3e82213171f30827c8d'>b96af395 ^
ce87c19e ^
b96af395 ^
ce87c19e ^

b96af395 ^
f192d655 ^
b96af395 ^
f192d655 ^
104854ca ^
b96af395 ^
77d5b5d6 ^
104854ca ^
b96af395 ^

d135851e ^
b96af395 ^
d135851e ^
b96af395 ^

f192d655 ^
b96af395 ^
f192d655 ^
b96af395 ^
77d5b5d6 ^
bc643692 ^
b96af395 ^
d135851e ^

ce87c19e ^

b96af395 ^
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