diff options
author | Christopher Michael <cpmichael1@comcast.net> | 2006-10-21 13:32:58 +0000 |
---|---|---|
committer | Christopher Michael <cpmichael1@comcast.net> | 2006-10-21 13:32:58 +0000 |
commit | 2596826d1ce5d405b70623751535e5d36b3da23e (patch) | |
tree | 69b7f8512b9c201332271c2e5f20d3fcbb1e5ed6 /xnest.sh | |
parent | a594590ea3a217dfef122a4b6e70eaef3ce3fdb6 (diff) | |
download | enlightenment-2596826d1ce5d405b70623751535e5d36b3da23e.tar.gz |
Update xnest script to use enlightenment_start for metrics :)
SVN revision: 26734
Diffstat (limited to 'xnest.sh')
-rwxr-xr-x | xnest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ Xnest :1 -ac & sleep 2 # Someone reported that it starts E before X has started properly. -DISPLAY=$main; $action enlightenment $display +DISPLAY=$main; $action enlightenment_start $display rm -f $tmp killall -TERM Xnest |