blob: df81d58e4130c9a4fa5a861d6b8c1d592da1409a (
plain)
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
|
XCB TODO
--------
* DEBUG not supported
* -geometry not supported
* -iconic not supported (don't like the util interfaces)
XCB ENHANCEMENTS
----------------
* autoconf (using `pkg-config` for now)
* too many globals! refactor
* no X resource cleanup. OK?
* convert to use threading
* multi-neko!
=======================
This is XNeko.
I have added color and root capability to this app.
I had nothing to do with anything except these modifications.
Don't look at the code.
-----------------------
INSTALLATION
-----------------------
% xmkmf -a
% make
Dat's it.
-----------------------
HELP
-----------------------
% xneko -help
Dat's it.
-----------------------
COLORS
-----------------------
% xneko -bg <background> -fg <foreground>
Dat's it.
-----------------------
ROOTWINDOW OPS
-----------------------
% xneko -root
Dat's it.
Enjoy.
Dan Checkoway 8/4/94
|