about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorarg@10ksloc.org <unknown>2006-08-05 13:10:09 +0200
committerarg@10ksloc.org <unknown>2006-08-05 13:10:09 +0200
commit86d12249dd3b63c9312f3a938b20985abc2a3364 (patch)
tree8d623c7f89ac2c2350e42846bc4eade03abbcb98
parentb098c94ed44495957de11a6160fa0560abbe944f (diff)
downloaddwm-86d12249dd3b63c9312f3a938b20985abc2a3364.tar.gz
slight fix
-rw-r--r--main.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/main.c b/main.c
index 633966b..b1372d0 100644
--- a/main.c
+++ b/main.c
@@ -178,15 +178,14 @@ main(int argc, char *argv[])
 
 	dpy = XOpenDisplay(0);
 	if(!dpy)
-		eprint("dwm: cannot connect X server\n");
+		eprint("dwm: cannot open display\n");
 
 	screen = DefaultScreen(dpy);
 	root = RootWindow(dpy, screen);
 
-	/* check if another WM is already running */
 	otherwm = False;
 	XSetErrorHandler(xerrorstart);
-	/* this causes an error if some other WM is running */
+	/* this causes an error if some other window manager is running */
 	XSelectInput(dpy, root, SubstructureRedirectMask);
 	XSync(dpy, False);
 
009-11-27 22:30:38 +0100 committer hut <hut@lavabit.com> 2009-11-27 22:30:38 +0100 embedded wrapper.sh into ranger.py' href='/akspecs/ranger/commit/ranger.py?h=v1.7.0-emacs&id=a66c4a26f79d71210422f7d977b892d5a700dae8'>a66c4a26 ^
8fa87054 ^




a66c4a26 ^

f027adc0 ^
5c210a96 ^

3de15ddd ^

5c210a96 ^
fb275079 ^

5c210a96 ^
3d566884 ^
e30d16cb ^
3d566884 ^
621a1a39 ^
9bc5d95c ^
c44b726e ^
465bff73 ^




f027adc0 ^
f8e96a97 ^

0b5c4cbe ^
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