diff options
author | Carsten Haitzler <raster@rasterman.com> | 2010-01-15 04:41:20 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@rasterman.com> | 2010-01-15 04:41:20 +0000 |
commit | 79dcd015f8cde802305573b3840cf73709d16cfe (patch) | |
tree | 1802fcfede7e099a39c706a0c17d37e01123f755 /x-ui.sh | |
parent | d4c9dd55e66a6f585e296da22879c1cf9e718820 (diff) |
lots of work on compositor stuff. looking slick and nice internally too.
SVN revision: 45159
Diffstat (limited to 'x-ui.sh')
-rwxr-xr-x | x-ui.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -23,6 +23,9 @@ Xephyr :1 -noreset -ac -br -dpi 183 -screen 960x400x16 -host-cursor & | |||
23 | 23 | ||
24 | sleep 1 | 24 | sleep 1 |
25 | export DISPLAY=:1 | 25 | export DISPLAY=:1 |
26 | #export E_CONF_PROFILE=illume-home | ||
27 | #valgrind --db-attach=yes --leak-check=full --leak-resolution=high --num-callers=32 \ | ||
28 | #enlightenment \ | ||
26 | unset E_RESTART E_START E_IPC_SOCKET E_START_TIME E_CONF_PROFILE | 29 | unset E_RESTART E_START E_IPC_SOCKET E_START_TIME E_CONF_PROFILE |
27 | enlightenment_start \ | 30 | enlightenment_start \ |
28 | -no-precache \ | 31 | -no-precache \ |