diff options
author | rhp <rhp> | 2001-06-04 04:58:22 +0000 |
---|---|---|
committer | rhp <rhp> | 2001-06-04 04:58:22 +0000 |
commit | 1cd2915ba3dc15278392c3f6b5579e6a43aca962 (patch) | |
tree | 6ab8a7160304a02c4ec02138606e9f0c82157e6d /src/run-metacity.sh | |
parent | c506b4862445dfa3b038eefd767499c715ccd4f6 (diff) | |
download | metacity-1cd2915ba3dc15278392c3f6b5579e6a43aca962.tar.gz |
...
Diffstat (limited to 'src/run-metacity.sh')
-rwxr-xr-x | src/run-metacity.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/run-metacity.sh b/src/run-metacity.sh index f1ed6afd..40ef0d41 100755 --- a/src/run-metacity.sh +++ b/src/run-metacity.sh @@ -10,5 +10,6 @@ elif test -z "$DEBUG"; then fi Xnest :1 -scrns $SCREENS -geometry 270x270 & +DISPLAY=:1 xsetroot -solid royalblue3 METACITY_UISLAVE_DIR=./uislave DISPLAY=:1 unst libtool --mode=execute $DEBUG ./metacity killall Xnest |