SVN revision: 15330
This commit is contained in:
Carsten Haitzler 2005-06-15 07:03:51 +00:00
parent 2ed41fb21f
commit cfabfa98a1
2 changed files with 8 additions and 1 deletions

1
TODO
View File

@ -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

View File

@ -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);