summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/default/e.src2
-rwxr-xr-xx-ui.sh5
2 files changed, 4 insertions, 3 deletions
diff --git a/config/default/e.src b/config/default/e.src
index ef6023e403..68fe2b872d 100644
--- a/config/default/e.src
+++ b/config/default/e.src
@@ -519,7 +519,7 @@ group "E_Config" struct {
value "scale.use_dpi" uchar: 1;
value "scale.use_custom" uchar: 0;
value "show_cursor" uchar: 1;
- value "idle_cursor" uchar: 1;
+ value "idle_cursor" uchar: 0;
value "default_system_menu" string: "";
value "cfgdlg_normal_wins" uchar: 0;
value "syscon.main.icon_size" int: 64;
diff --git a/x-ui.sh b/x-ui.sh
index 35bf239cae..ee00558262 100755
--- a/x-ui.sh
+++ b/x-ui.sh
@@ -14,5 +14,6 @@ Xephyr :1 -noreset -ac -br -dpi 284 -screen 480x640x16 &
sleep 1
export DISPLAY=:1
unset E_RESTART E_START E_IPC_SOCKET E_START_TIME
-#E_CONF_PROFILE=default enlightenment_start
-enlightenment_start -profile illume
+#E_CONF_PROFILE=default ltrace enlightenment_start
+E_CONF_PROFILE=default enlightenment_start
+#enlightenment_start -profile illume