about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* removed unnecessary bx, by, bw variablesAnselm R. Garbe2007-01-163-9/+6
* s/444/555/g - enlightened selected backgroundAnselm R. Garbe2007-01-161-1/+1
* removed firefox rule from default.hAnselm R. Garbe2007-01-161-1/+0
* applied new default colorsAnselm R. Garbe2007-01-161-5/+5
* applied sanders patch of my configAnselm R. Garbe2007-01-161-3/+3
* Jukka, thanks for being faster than me!Anselm R. Garbe2007-01-151-1/+0
* changed restack, to fix undrawed tag indicatorsAnselm R. Garbe2007-01-151-3/+2
* removed drawclient and drawall (they performed useless operations/consumed us...Anselm R. Garbe2007-01-155-30/+6
* implemented new color scheme accordingly to Sanders proposalAnselm R. Garbe2007-01-145-12/+11
* removed mode label stuffAnselm R. Garbe2007-01-146-16/+6
* removed client title barAnselm R. Garbe2007-01-146-73/+10
* added missing spaceAnselm R. Garbe2007-01-121-1/+1
* nah the last change feels badAnselm R. Garbe2007-01-121-2/+2
* changed incnmaster shortcuts in config.arg.hAnselm R. Garbe2007-01-122-3/+3
* Added tag 3.0 for changeset 76b58d21ea98Anselm R. Garbe2007-01-121-0/+1
* removing to allow nmaster=0 3.0Anselm R. Garbe2007-01-121-11/+4
* this looks better now ;)Anselm R. Garbe2007-01-111-7/+7
* switching to arabic tagsAnselm R. Garbe2007-01-111-3/+19
* small fix of initial numlockmask valueAnselm R. Garbe2007-01-111-0/+1
* allowing nmaster=0 (I think that's a straight idea)Anselm R. Garbe2007-01-111-5/+12
* added Button{4,5} description to dwm.1Anselm R. Garbe2007-01-101-0/+6
* added comment to %u in config.default.h, added Button{4.5} support on mode labelAnselm R. Garbe2007-01-102-4/+16
* reorganizedAnselm R. Garbe2007-01-083-6/+10
* implemented nmaster appearance in mode label (using %u)Anselm R. Garbe2007-01-087-8/+18
* Added tag 2.9 for changeset 3a5910fac3ccAnselm R. Garbe2007-01-081-0/+1
* I received Sander's complain just in time ;) 2.9Anselm R. Garbe2007-01-081-4/+4
* changed status fgAnselm R. Garbe2007-01-081-1/+1
* fofofoAnselm R. Garbe2007-01-081-4/+4
* extended default tags to 1-9Anselm R. Garbe2007-01-081-1/+17
* small grammar fix of dwm.1Anselm R. Garbe2007-01-071-2/+2
* changed a term in dwm.1Anselm R. Garbe2007-01-071-1/+1
* using shorter tags, using mon instead of certAnselm R. Garbe2007-01-051-2/+2
* roman numerals suck badly, revertingAnselm R. Garbe2007-01-051-9/+1
* switching to roman tags, I need more tagsAnselm R. Garbe2007-01-051-1/+13
* I inc/decrease on the fly, feels betterAnselm R. Garbe2007-01-051-1/+1
* allowing swap() for first master clientAnselm R. Garbe2007-01-051-10/+10
* prevent pop() if first sel == nexttiled(clients)Anselm R. Garbe2007-01-052-3/+3
* removed swap(), implemented pop for everythingAnselm R. Garbe2007-01-051-61/+8
* preserving c1->snext and c2->snext in swap() as well.Anselm R. Garbe2007-01-051-0/+4
* fixing some minor issuesAnselm R. Garbe2007-01-052-13/+14
* removed the term clients from dwm.1Anselm R. Garbe2007-01-051-3/+3
* adding some prevention that master clients get smaller than bhAnselm R. Garbe2007-01-051-1/+2
* changed shortcuts to M-i and M-dAnselm R. Garbe2007-01-053-6/+6
* allowing zoom within master area as wellAnselm R. Garbe2007-01-051-3/+4
* changed plus key to MODKEY-Shift-plus (US-layout restrictions ;)Anselm R. Garbe2007-01-053-3/+3
* I prefer two master windows by defaultAnselm R. Garbe2007-01-052-3/+3
* added MODKEY-{plus,minus} shortcuts (increasing/decreasing master clients)Anselm R. Garbe2007-01-054-15/+62
* experimental version which allows master clients being increased/decreasedAnselm R. Garbe2007-01-056-25/+45
* fixed comment of drawclient()Anselm R. Garbe2007-01-041-1/+1
* switching bakc to my previous color favoritAnselm R. Garbe2007-01-041-3/+3
class='alt'>
0f8b7a1 ^







24daef8 ^
13ba53c ^








24daef8 ^


24dfc47 ^
24daef8 ^

24dfc47 ^
24daef8 ^
52a97c0 ^






24daef8 ^









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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148