repo.or.cz
/
moon.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2009-11-18 Chris Toshok <toshok@ximian.com>
[moon.git]
/
test
/
make-xephyr
blob
442c6fbc9ad2084ecff56f640f05465880b8b12b
1
#!/bin/bash -e
2
3
Xephyr
:
2
-dpi
96
-noreset -ac -screen
1200
x960
&
4
5
DISPLAY
=:
2
make
"$@"
6
7
pkill Xephyr
8
9