about summary refs log tree commit diff stats
path: root/util.c
diff options
context:
space:
mode:
authorAnselm R. Garbe <garbeam@gmail.com>2007-07-28 12:58:56 +0200
committerAnselm R. Garbe <garbeam@gmail.com>2007-07-28 12:58:56 +0200
commit4b9337a01e7f12058ce54ed65d69e64748397498 (patch)
tree4f1b617eb95645e5cb3bd622b7ddb92da3963e3c /util.c
parent154497541d1378d3aded02df06029de94d8af586 (diff)
downloaddwm-4b9337a01e7f12058ce54ed65d69e64748397498.tar.gz
removed shiftview(), if you scroll the views in the tag area, you can also use Button1 instead
removed focusclient([-]1) bound to scroll wheel - if you slightly move the mouse you will focus the first client anways which is in the way
Diffstat (limited to 'util.c')
0 files changed, 0 insertions, 0 deletions
e previous revision' href='/akkartik/mu/blame/html/066stream.mu.html?h=hlt&id=897ae8c1855f830d8819759ea327d147f28a09bf'>^
c842d90b ^

f344b250 ^
c842d90b ^

f918675c ^


c842d90b ^

f344b250 ^
c842d90b ^

f918675c ^
c842d90b ^

f344b250 ^
c842d90b ^

f918675c ^




c842d90b ^

f918675c ^
c842d90b ^

f918675c ^


c842d90b ^

f344b250 ^
c842d90b ^

f918675c ^




c842d90b ^

f918675c ^
c842d90b ^

f918675c ^
c842d90b ^

f344b250 ^
c842d90b ^

f918675c ^




c842d90b ^
f918675c ^
c842d90b ^

f344b250 ^
c842d90b ^

f918675c ^



c842d90b ^




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