diff options
Diffstat (limited to 'src/run-metacity.sh')
-rwxr-xr-x | src/run-metacity.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/run-metacity.sh b/src/run-metacity.sh index a05c8e1..7aa123a 100755 --- a/src/run-metacity.sh +++ b/src/run-metacity.sh @@ -16,7 +16,7 @@ fi if test -z "$ONLY_WM"; then Xnest -ac :1 -scrns $SCREENS -geometry 640x400 -bw 15 & - usleep 100000 + usleep 500000 if test $CLIENTS != 0; then for I in `seq 1 $CLIENTS`; do |