diff options
author | rhp <rhp> | 2001-07-05 05:10:00 +0000 |
---|---|---|
committer | rhp <rhp> | 2001-07-05 05:10:00 +0000 |
commit | 90829a15cc68e48a00d77f645504d2e7e04c1e5a (patch) | |
tree | dcabc3cb3ebcc774ba4f7e14c909baf40142a5e0 /src | |
parent | 73b7323d844089a877133d0b818ef6da53ed516c (diff) | |
download | metacity-90829a15cc68e48a00d77f645504d2e7e04c1e5a.tar.gz |
...
Diffstat (limited to 'src')
-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 ce1a955e..a05c8e10 100755 --- a/src/run-metacity.sh +++ b/src/run-metacity.sh @@ -15,7 +15,7 @@ if test -z "$CLIENTS"; then fi if test -z "$ONLY_WM"; then - Xnest -ac :1 -scrns $SCREENS -geometry 640x600 -bw 15 & + Xnest -ac :1 -scrns $SCREENS -geometry 640x400 -bw 15 & usleep 100000 if test $CLIENTS != 0; then |