about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAnselm R. Garbe <garbeam@wmii.de>2006-07-11 14:53:22 +0200
committerAnselm R. Garbe <garbeam@wmii.de>2006-07-11 14:53:22 +0200
commit272e15c4b7bdeeb258caadb7c62e70c49c12b16d (patch)
tree5621bbed302df50d577d9260ed8e5756c7a8b9ef
parent26e134b8a7dae21a699822009674b3131de6e250 (diff)
downloaddwm-272e15c4b7bdeeb258caadb7c62e70c49c12b16d.tar.gz
new stuff
-rw-r--r--cmd.c20
1 files changed, 20 insertions, 0 deletions
diff --git a/cmd.c b/cmd.c
new file mode 100644
index 0000000..8244540
--- /dev/null
+++ b/cmd.c
@@ -0,0 +1,20 @@
+/*
+ * (C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com>
+ * See LICENSE file for license details.
+ */
+
+#include "wm.h"
+#include <stdio.h>
+
+void
+run(char *arg)
+{
+	spawn(dpy, arg);
+}
+
+void
+quit(char *arg)
+{
+	fputs("quit\n", stderr);
+	running = False;
+}
:47:54 -0800 committer Kartik K. Agaram <vc@akkartik.com> 2016-01-20 20:47:54 -0800 2581 - make space for the refcount in address:shared' href='/akkartik/mu/commit/044space_surround.cc?h=hlt&id=263e6b2a9f35d977d8e2ca883432c6743a4b7711'>263e6b2a ^
897ae8c1 ^
49620728 ^

192d59d3 ^

8f1db754 ^
1ead3562 ^
9867dff4 ^
f40137f1 ^
263e6b2a ^
f40137f1 ^
263e6b2a ^
f40137f1 ^
263e6b2a ^
8f1db754 ^
e4fc73b1 ^


8f1db754 ^



b24eb476 ^


263e6b2a ^
8f1db754 ^

b24eb476 ^
d0e29245 ^
82ac0b7e ^
b24eb476 ^
82ac0b7e ^
8f1db754 ^

b24eb476 ^
6c96a437 ^
0487a30e ^
ae256ea1 ^
9dcbec39 ^
ae256ea1 ^
0487a30e ^
8f1db754 ^


047296d8 ^

1ead3562 ^
192d59d3 ^
047296d8 ^
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