From cfabfa98a1a16749a1e9769186b0813009537bc8 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Wed, 15 Jun 2005 07:03:51 +0000 Subject: [PATCH] tewdoo SVN revision: 15330 --- TODO | 1 - src/bin/e_config.c | 8 ++++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 174ed8fd5..9feb18bef 100644 --- a/TODO +++ b/TODO @@ -106,7 +106,6 @@ These are in no particular order: * optimize clock theme (speed/cpu) (rotation in edje??? or evas???) * add complete netwm support * different cursors for different parts of the screen -* alt+tab popup list of windows * add a "taskbar" module * add cpu load module * add a way to access "all" apps app dir diff --git a/src/bin/e_config.c b/src/bin/e_config.c index 10b2c739b..38b88257b 100644 --- a/src/bin/e_config.c +++ b/src/bin/e_config.c @@ -738,6 +738,14 @@ e_config_init(void) } // e_config->evas_engine_container = E_EVAS_ENGINE_GL_X11; +// TESTING OPTIONS +/* + e_config->winlist_list_show_iconified = 1; + e_config->winlist_list_show_other_desk_windows = 1; + e_config->winlist_list_show_other_screen_windows = 1; + e_config->winlist_list_uncover_while_selecting = 1; + e_config->winlist_list_jump_desk_while_selecting = 1; +*/ E_CONFIG_LIMIT(e_config->menus_scroll_speed, 1.0, 20000.0); E_CONFIG_LIMIT(e_config->show_splash, 0, 1); E_CONFIG_LIMIT(e_config->menus_fast_mouse_move_threshhold, 1.0, 2000.0);