diff options
author | rhp <rhp> | 2001-06-11 06:39:12 +0000 |
---|---|---|
committer | rhp <rhp> | 2001-06-11 06:39:12 +0000 |
commit | 073a5d4ea9c15fb30c1fe23c252c6687e820a69d (patch) | |
tree | 5a80b37a9067d6cafc0cff454f70d7fe131b3889 /src/run-metacity.sh | |
parent | 99f53856f6153ac88eb6e4698928d4b59910cfbb (diff) | |
download | metacity-073a5d4ea9c15fb30c1fe23c252c6687e820a69d.tar.gz metacity-073a5d4ea9c15fb30c1fe23c252c6687e820a69d.tar.bz2 |
...
Diffstat (limited to 'src/run-metacity.sh')
-rwxr-xr-x | src/run-metacity.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/run-metacity.sh b/src/run-metacity.sh index abf28b3..cef1d71 100755 --- a/src/run-metacity.sh +++ b/src/run-metacity.sh @@ -22,10 +22,12 @@ if test -z "$ONLY_WM"; then DISPLAY=:1 xterm -geometry 25x15 & done fi + + usleep 5000 DISPLAY=:1 xsetroot -solid royalblue3 fi if test -z "$ONLY_SETUP"; then - METACITY_UISLAVE_DIR=./uislave DISPLAY=:1 unst libtool --mode=execute $DEBUG ./metacity + METACITY_UISLAVE_DIR=./uislave DISPLAY=:1 exec unst libtool --mode=execute $DEBUG ./metacity fi |