summary refs log tree commit diff stats
path: root/ok
diff options
context:
space:
mode:
Diffstat (limited to 'ok')
-rwxr-xr-xok19
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
3fr<<.
4acdwm chickenbuild acdwm.scm
5.
6
7xephyr(){
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
17chickenbuild(){
18 ok chicken-install -n
19}