diff options
Diffstat (limited to 'ok')
-rwxr-xr-x | ok | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ok b/ok new file mode 100755 index 0000000..c135a93 --- /dev/null +++ b/ok | |||
@@ -0,0 +1,19 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | fr<<. | ||
4 | acdwm chickenbuild acdwm.scm | ||
5 | . | ||
6 | |||
7 | xephyr(){ | ||
8 | dep acdwm | ||
9 | quietly killall Xephyr | ||
10 | ok Xephyr -ac -screen 800x600 -br -reset -terminate 2>/dev/null :1 & | ||
11 | sleep 1 | ||
12 | xterm -display :1 & | ||
13 | xterm -display :1 -geometry +100+100 & | ||
14 | ok env DISPLAY=:1 ./acdwm | ||
15 | } | ||
16 | |||
17 | chickenbuild(){ | ||
18 | ok chicken-install -n | ||
19 | } | ||