diff --git a/config/Makefile.am b/config/Makefile.am index 72b8e0cc9..f5c793b68 100644 --- a/config/Makefile.am +++ b/config/Makefile.am @@ -1,5 +1,5 @@ MAINTAINERCLEANFILES = Makefile.in -SUBDIRS = default standard minimalist scaleable netbook illume +SUBDIRS = default standard illume EET_EET = @eet_eet@ diff --git a/config/minimalist/.cvsignore b/config/minimalist/.cvsignore deleted file mode 100644 index cd2c9ce8d..000000000 --- a/config/minimalist/.cvsignore +++ /dev/null @@ -1,3 +0,0 @@ -Makefile -Makefile.in -*.cfg diff --git a/config/minimalist/Makefile.am b/config/minimalist/Makefile.am deleted file mode 100644 index 9290e7ad8..000000000 --- a/config/minimalist/Makefile.am +++ /dev/null @@ -1,43 +0,0 @@ -MAINTAINERCLEANFILES = Makefile.in - -EET_EET = @eet_eet@ - -EXTRA_DIST = \ - profile.desktop \ - icon.png \ - e.src \ - module.battery.src \ - module.cpufreq.src \ - module.dropshadow.src \ - module.fileman.src \ - module.ibar.src \ - module.ibox.src \ - module.pager.src \ - module.temperature.src \ - module.conf.src - -filesdir = $(datadir)/enlightenment/data/config/minimalist -files_DATA = \ - profile.desktop \ - icon.png \ - e.cfg \ - module.battery.cfg \ - module.cpufreq.cfg \ - module.dropshadow.cfg \ - module.fileman.cfg \ - module.ibar.cfg \ - module.ibox.cfg \ - module.pager.cfg \ - module.temperature.cfg \ - module.conf.cfg - -SUFFIXES = .cfg - -.src.cfg: - $(EET_EET) -e \ - $(top_builddir)/config/minimalist/$@ config \ - $< 1 - -clean-local: - rm -rf *.cfg *~ - diff --git a/config/minimalist/e.src b/config/minimalist/e.src deleted file mode 100644 index c9e5d6ffa..000000000 --- a/config/minimalist/e.src +++ /dev/null @@ -1,1861 +0,0 @@ -group "E_Config" struct { - value "config_version" int: 65847; - value "show_splash" int: 1; - value "init_default_theme" string: "default.edj"; - value "desktop_default_background" string: "Light_Gradient.edj"; - value "desktop_default_name" string: "Desktop %i, %i"; - value "menus_scroll_speed" double: 1000.0000000000000000000000000; - value "menus_fast_mouse_move_threshhold" double: 300.0000000000000000000000000; - value "menus_click_drag_timeout" double: 0.2500000000000000000000000; - value "border_shade_animate" int: 1; - value "border_shade_transition" int: 3; - value "border_shade_speed" double: 3000.0000000000000000000000000; - value "framerate" double: 60.0000000000000000000000000; - value "priority" int: 1; - value "image_cache" int: 4096; - value "font_cache" int: 512; - value "edje_cache" int: 32; - value "edje_collection_cache" int: 64; - value "zone_desks_x_count" int: 4; - value "zone_desks_y_count" int: 1; - value "use_virtual_roots" int: 0; - value "show_desktop_icons" int: 1; - value "edge_flip_dragging" int: 1; - value "evas_engine_default" int: 1; - value "evas_engine_container" int: 0; - value "evas_engine_init" int: 0; - value "evas_engine_menus" int: 0; - value "evas_engine_borders" int: 0; - value "evas_engine_errors" int: 0; - value "evas_engine_popups" int: 0; - value "evas_engine_drag" int: 0; - value "evas_engine_win" int: 0; - value "evas_engine_zone" int: 0; - value "use_composite" int: 0; - value "language" string: "en_US.UTF-8"; - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "ibar"; - value "enabled" uchar: 1; - value "delayed" uchar: 0; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "dropshadow"; - value "enabled" uchar: 1; - value "delayed" uchar: 0; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "pager"; - value "enabled" uchar: 1; - value "delayed" uchar: 0; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "winlist"; - value "enabled" uchar: 1; - value "delayed" uchar: 1; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "conf"; - value "enabled" uchar: 1; - value "delayed" uchar: 1; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "conf_applications"; - value "enabled" uchar: 1; - value "delayed" uchar: 1; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "conf_dialogs"; - value "enabled" uchar: 1; - value "delayed" uchar: 1; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "conf_display"; - value "enabled" uchar: 1; - value "delayed" uchar: 1; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "conf_intl"; - value "enabled" uchar: 1; - value "delayed" uchar: 1; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "conf_keybindings"; - value "enabled" uchar: 1; - value "delayed" uchar: 1; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "conf_menus"; - value "enabled" uchar: 1; - value "delayed" uchar: 1; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "conf_paths"; - value "enabled" uchar: 1; - value "delayed" uchar: 1; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "conf_performance"; - value "enabled" uchar: 1; - value "delayed" uchar: 1; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "conf_edgebindings"; - value "enabled" uchar: 1; - value "delayed" uchar: 1; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "conf_shelves"; - value "enabled" uchar: 1; - value "delayed" uchar: 1; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "conf_theme"; - value "enabled" uchar: 1; - value "delayed" uchar: 1; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "conf_window_manipulation"; - value "enabled" uchar: 1; - value "delayed" uchar: 1; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "conf_interaction"; - value "enabled" uchar: 1; - value "delayed" uchar: 1; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "syscon"; - value "enabled" uchar: 1; - value "delayed" uchar: 1; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "shot"; - value "enabled" uchar: 1; - value "delayed" uchar: 1; - value "priority" int: 0; - } - } - group "themes" list { - group "E_Config_Theme" struct { - value "category" string: "theme"; - value "file" string: "default.edj"; - } - } - group "mouse_bindings" list { - group "E_Config_Binding_Mouse" struct { - value "context" int: 2; - value "modifiers" int: 4; - value "action" string: "window_move"; - value "button" uchar: 1; - value "any_mod" uchar: 0; - } - } - group "mouse_bindings" list { - group "E_Config_Binding_Mouse" struct { - value "context" int: 2; - value "modifiers" int: 4; - value "action" string: "window_resize"; - value "button" uchar: 2; - value "any_mod" uchar: 0; - } - } - group "mouse_bindings" list { - group "E_Config_Binding_Mouse" struct { - value "context" int: 2; - value "modifiers" int: 4; - value "action" string: "window_menu"; - value "button" uchar: 3; - value "any_mod" uchar: 0; - } - } - group "mouse_bindings" list { - group "E_Config_Binding_Mouse" struct { - value "context" int: 3; - value "modifiers" int: 0; - value "action" string: "menu_show"; - value "params" string: "main"; - value "button" uchar: 1; - value "any_mod" uchar: 0; - } - } - group "mouse_bindings" list { - group "E_Config_Binding_Mouse" struct { - value "context" int: 3; - value "modifiers" int: 0; - value "action" string: "menu_show"; - value "params" string: "clients"; - value "button" uchar: 2; - value "any_mod" uchar: 0; - } - } - group "mouse_bindings" list { - group "E_Config_Binding_Mouse" struct { - value "context" int: 3; - value "modifiers" int: 0; - value "action" string: "menu_show"; - value "params" string: "favorites"; - value "button" uchar: 3; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 5; - value "key" string: "Left"; - value "action" string: "desk_flip_by"; - value "params" string: "-1 0"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 5; - value "key" string: "Right"; - value "action" string: "desk_flip_by"; - value "params" string: "1 0"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 5; - value "key" string: "Up"; - value "action" string: "desk_flip_by"; - value "params" string: "0 -1"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 5; - value "key" string: "Down"; - value "action" string: "desk_flip_by"; - value "params" string: "0 1"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 6; - value "key" string: "Up"; - value "action" string: "window_raise"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 6; - value "key" string: "Down"; - value "action" string: "window_lower"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 6; - value "key" string: "x"; - value "action" string: "window_close"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 6; - value "key" string: "k"; - value "action" string: "window_kill"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 6; - value "key" string: "w"; - value "action" string: "window_menu"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 6; - value "key" string: "s"; - value "action" string: "window_sticky_toggle"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 6; - value "key" string: "i"; - value "action" string: "window_iconic_toggle"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 6; - value "key" string: "f"; - value "action" string: "window_maximized_toggle"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 1; - value "key" string: "F10"; - value "action" string: "window_maximized_toggle"; - value "params" string: "default vertical"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 5; - value "key" string: "F10"; - value "action" string: "window_maximized_toggle"; - value "params" string: "default horizontal"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 6; - value "key" string: "r"; - value "action" string: "window_shaded_toggle"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 6; - value "key" string: "Left"; - value "action" string: "desk_linear_flip_by"; - value "params" string: "-1"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 6; - value "key" string: "Right"; - value "action" string: "desk_linear_flip_by"; - value "params" string: "1"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 4; - value "key" string: "F1"; - value "action" string: "desk_linear_flip_to"; - value "params" string: "0"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 4; - value "key" string: "F2"; - value "action" string: "desk_linear_flip_to"; - value "params" string: "1"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 4; - value "key" string: "F3"; - value "action" string: "desk_linear_flip_to"; - value "params" string: "2"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 4; - value "key" string: "F4"; - value "action" string: "desk_linear_flip_to"; - value "params" string: "3"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 4; - value "key" string: "F5"; - value "action" string: "desk_linear_flip_to"; - value "params" string: "4"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 4; - value "key" string: "F6"; - value "action" string: "desk_linear_flip_to"; - value "params" string: "5"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 4; - value "key" string: "F7"; - value "action" string: "desk_linear_flip_to"; - value "params" string: "6"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 4; - value "key" string: "F8"; - value "action" string: "desk_linear_flip_to"; - value "params" string: "7"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 4; - value "key" string: "F9"; - value "action" string: "desk_linear_flip_to"; - value "params" string: "8"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 4; - value "key" string: "F10"; - value "action" string: "desk_linear_flip_to"; - value "params" string: "9"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 4; - value "key" string: "F11"; - value "action" string: "desk_linear_flip_to"; - value "params" string: "10"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 4; - value "key" string: "F12"; - value "action" string: "desk_linear_flip_to"; - value "params" string: "11"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 6; - value "key" string: "m"; - value "action" string: "menu_show"; - value "params" string: "main"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 6; - value "key" string: "a"; - value "action" string: "menu_show"; - value "params" string: "favorites"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 0; - value "key" string: "Menu"; - value "action" string: "menu_show"; - value "params" string: "main"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 2; - value "key" string: "Menu"; - value "action" string: "menu_show"; - value "params" string: "clients"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 4; - value "key" string: "Menu"; - value "action" string: "menu_show"; - value "params" string: "favorites"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 6; - value "key" string: "Insert"; - value "action" string: "exec"; - value "params" string: "Eterm"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 4; - value "key" string: "Tab"; - value "action" string: "winlist"; - value "params" string: "next"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 5; - value "key" string: "Tab"; - value "action" string: "winlist"; - value "params" string: "prev"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 6; - value "key" string: "End"; - value "action" string: "restart"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 6; - value "key" string: "Delete"; - value "action" string: "syscon"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 6; - value "key" string: "l"; - value "action" string: "desk_lock"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 6; - value "key" string: "d"; - value "action" string: "desk_deskshow_toggle"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 3; - value "key" string: "Left"; - value "action" string: "screen_send_by"; - value "params" string: "-1"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 3; - value "key" string: "Right"; - value "action" string: "screen_send_by"; - value "params" string: "1"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 3; - value "key" string: "F1"; - value "action" string: "screen_send_to"; - value "params" string: "0"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 3; - value "key" string: "F2"; - value "action" string: "screen_send_to"; - value "params" string: "1"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 3; - value "key" string: "F3"; - value "action" string: "screen_send_to"; - value "params" string: "2"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 3; - value "key" string: "F4"; - value "action" string: "screen_send_to"; - value "params" string: "3"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 0; - value "key" string: "Print"; - value "action" string: "shot"; - value "any_mod" uchar: 0; - } - } - group "edge_bindings" list { - group "E_Config_Binding_Edge" struct { - value "context" int: 3; - value "modifiers" int: 0; - value "action" string: "desk_flip_in_direction"; - value "edge" uchar: 1; - value "any_mod" uchar: 0; - value "delay" float: 0.3000000000000000000000000; - } - } - group "edge_bindings" list { - group "E_Config_Binding_Edge" struct { - value "context" int: 3; - value "modifiers" int: 0; - value "action" string: "desk_flip_in_direction"; - value "edge" uchar: 2; - value "any_mod" uchar: 0; - value "delay" float: 0.3000000000000000000000000; - } - } - group "edge_bindings" list { - group "E_Config_Binding_Edge" struct { - value "context" int: 3; - value "modifiers" int: 0; - value "action" string: "desk_flip_in_direction"; - value "edge" uchar: 3; - value "any_mod" uchar: 0; - value "delay" float: 0.3000000000000000000000000; - } - } - group "edge_bindings" list { - group "E_Config_Binding_Edge" struct { - value "context" int: 3; - value "modifiers" int: 0; - value "action" string: "desk_flip_in_direction"; - value "edge" uchar: 4; - value "any_mod" uchar: 0; - value "delay" float: 0.3000000000000000000000000; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,down,1,double"; - value "source" string: "e.event.titlebar"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_shaded_toggle"; - value "params" string: "up"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,down,2"; - value "source" string: "e.event.titlebar"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_shaded_toggle"; - value "params" string: "up"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,wheel,?,1"; - value "source" string: "e.event.titlebar"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_shaded"; - value "params" string: "0 up"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,wheel,?,-1"; - value "source" string: "e.event.titlebar"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_shaded"; - value "params" string: "1 up"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,clicked,3"; - value "source" string: "e.event.titlebar"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_menu"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,clicked,?"; - value "source" string: "e.event.icon"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_menu"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,clicked,[12]"; - value "source" string: "e.event.close"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_close"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,clicked,3"; - value "source" string: "e.event.close"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_kill"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,clicked,1"; - value "source" string: "e.event.maximize"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_maximized_toggle"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,clicked,2"; - value "source" string: "e.event.maximize"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_maximized_toggle"; - value "params" string: "smart"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,clicked,3"; - value "source" string: "e.event.maximize"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_maximized_toggle"; - value "params" string: "expand"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,clicked,?"; - value "source" string: "e.event.minimize"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_iconic_toggle"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,clicked,?"; - value "source" string: "e.event.shade"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_shaded_toggle"; - value "params" string: "up"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,clicked,?"; - value "source" string: "e.event.lower"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_lower"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,down,1"; - value "source" string: "e.event.icon"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_drag_icon"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,down,1"; - value "source" string: "e.event.titlebar"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_move"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,up,1"; - value "source" string: "e.event.titlebar"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_move"; - value "params" string: "end"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,down,1"; - value "source" string: "e.event.resize.tl"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_resize"; - value "params" string: "tl"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,down,1"; - value "source" string: "e.event.resize.t"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_resize"; - value "params" string: "t"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,down,1"; - value "source" string: "e.event.resize.tr"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_resize"; - value "params" string: "tr"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,down,1"; - value "source" string: "e.event.resize.r"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_resize"; - value "params" string: "r"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,down,1"; - value "source" string: "e.event.resize.br"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_resize"; - value "params" string: "br"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,down,1"; - value "source" string: "e.event.resize.b"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_resize"; - value "params" string: "b"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,down,1"; - value "source" string: "e.event.resize.bl"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_resize"; - value "params" string: "bl"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,down,1"; - value "source" string: "e.event.resize.l"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_resize"; - value "params" string: "l"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,up,1"; - value "source" string: "e.event.resize.*"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_resize"; - value "params" string: "end"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,down,3"; - value "source" string: "e.event.resize.*"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_move"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,up,3"; - value "source" string: "e.event.resize.*"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_move"; - value "params" string: "end"; - } - } - group "wheel_bindings" list { - group "E_Config_Binding_Wheel" struct { - value "context" int: 4; - value "direction" int: 0; - value "z" int: -1; - value "modifiers" int: 4; - value "any_mod" uchar: 0; - value "action" string: "desk_linear_flip_by"; - value "params" string: "-1"; - } - } - group "wheel_bindings" list { - group "E_Config_Binding_Wheel" struct { - value "context" int: 4; - value "direction" int: 1; - value "z" int: -1; - value "modifiers" int: 4; - value "any_mod" uchar: 0; - value "action" string: "desk_linear_flip_by"; - value "params" string: "-1"; - } - } - group "wheel_bindings" list { - group "E_Config_Binding_Wheel" struct { - value "context" int: 4; - value "direction" int: 0; - value "z" int: 1; - value "modifiers" int: 4; - value "any_mod" uchar: 0; - value "action" string: "desk_linear_flip_by"; - value "params" string: "1"; - } - } - group "wheel_bindings" list { - group "E_Config_Binding_Wheel" struct { - value "context" int: 4; - value "direction" int: 1; - value "z" int: 1; - value "modifiers" int: 4; - value "any_mod" uchar: 0; - value "action" string: "desk_linear_flip_by"; - value "params" string: "1"; - } - } - group "wheel_bindings" list { - group "E_Config_Binding_Wheel" struct { - value "context" int: 2; - value "direction" int: 0; - value "z" int: -1; - value "modifiers" int: 4; - value "any_mod" uchar: 0; - value "action" string: "desk_linear_flip_by"; - value "params" string: "-1"; - } - } - group "wheel_bindings" list { - group "E_Config_Binding_Wheel" struct { - value "context" int: 2; - value "direction" int: 1; - value "z" int: -1; - value "modifiers" int: 4; - value "any_mod" uchar: 0; - value "action" string: "desk_linear_flip_by"; - value "params" string: "-1"; - } - } - group "wheel_bindings" list { - group "E_Config_Binding_Wheel" struct { - value "context" int: 2; - value "direction" int: 0; - value "z" int: 1; - value "modifiers" int: 4; - value "any_mod" uchar: 0; - value "action" string: "desk_linear_flip_by"; - value "params" string: "1"; - } - } - group "wheel_bindings" list { - group "E_Config_Binding_Wheel" struct { - value "context" int: 2; - value "direction" int: 1; - value "z" int: 1; - value "modifiers" int: 4; - value "any_mod" uchar: 0; - value "action" string: "desk_linear_flip_by"; - value "params" string: "1"; - } - } - group "wheel_bindings" list { - group "E_Config_Binding_Wheel" struct { - value "context" int: 8; - value "direction" int: 0; - value "z" int: -1; - value "modifiers" int: 4; - value "any_mod" uchar: 0; - value "action" string: "desk_linear_flip_by"; - value "params" string: "-1"; - } - } - group "wheel_bindings" list { - group "E_Config_Binding_Wheel" struct { - value "context" int: 8; - value "direction" int: 1; - value "z" int: -1; - value "modifiers" int: 4; - value "any_mod" uchar: 0; - value "action" string: "desk_linear_flip_by"; - value "params" string: "-1"; - } - } - group "wheel_bindings" list { - group "E_Config_Binding_Wheel" struct { - value "context" int: 8; - value "direction" int: 0; - value "z" int: 1; - value "modifiers" int: 4; - value "any_mod" uchar: 0; - value "action" string: "desk_linear_flip_by"; - value "params" string: "1"; - } - } - group "wheel_bindings" list { - group "E_Config_Binding_Wheel" struct { - value "context" int: 8; - value "direction" int: 1; - value "z" int: 1; - value "modifiers" int: 4; - value "any_mod" uchar: 0; - value "action" string: "desk_linear_flip_by"; - value "params" string: "1"; - } - } - value "window_placement_policy" int: 0; - value "focus_policy" int: 2; - value "focus_setting" int: 3; - value "pass_click_on" int: 1; - value "always_click_to_raise" int: 0; - value "always_click_to_focus" int: 0; - value "use_auto_raise" int: 0; - value "auto_raise_delay" double: 0.5000000000000000000000000; - value "use_resist" int: 1; - value "drag_resist" int: 16; - value "desk_resist" int: 32; - value "window_resist" int: 12; - value "gadget_resist" int: 32; - value "geometry_auto_resize_limit" int: 1; - value "geometry_auto_move" int: 1; - value "winlist_warp_while_selecting" int: 1; - value "winlist_warp_at_end" int: 1; - value "winlist_warp_speed" double: 0.1000000000000000055511151; - value "winlist_scroll_animate" int: 1; - value "winlist_scroll_speed" double: 0.1000000000000000055511151; - value "winlist_list_show_iconified" int: 1; - value "winlist_list_show_other_desk_iconified" int: 1; - value "winlist_list_show_other_screen_iconified" int: 0; - value "winlist_list_show_other_desk_windows" int: 0; - value "winlist_list_show_other_screen_windows" int: 0; - value "winlist_list_uncover_while_selecting" int: 0; - value "winlist_list_jump_desk_while_selecting" int: 0; - value "winlist_list_focus_while_selecting" int: 1; - value "winlist_list_raise_while_selecting" int: 1; - value "winlist_pos_align_x" double: 0.5000000000000000000000000; - value "winlist_pos_align_y" double: 0.5000000000000000000000000; - value "winlist_pos_size_w" double: 0.5000000000000000000000000; - value "winlist_pos_size_h" double: 0.5000000000000000000000000; - value "winlist_pos_min_w" int: 0; - value "winlist_pos_min_h" int: 0; - value "winlist_pos_max_w" int: 320; - value "winlist_pos_max_h" int: 320; - value "maximize_policy" int: 50; - value "allow_manip" int: 0; - value "border_fix_on_shelf_toggle" int: 0; - value "allow_above_fullscreen" int: 0; - value "kill_if_close_not_possible" int: 1; - value "kill_process" int: 1; - value "kill_timer_wait" double: 10.0000000000000000000000000; - value "ping_clients" int: 1; - value "transition_desk" string: "vswipe"; - value "transition_change" string: "crossfade"; - value "remember_internal_windows" int: 0; - value "move_info_follows" int: 1; - value "resize_info_follows" int: 1; - value "move_info_visible" int: 1; - value "resize_info_visible" int: 1; - value "focus_last_focused_per_desktop" int: 1; - value "focus_revert_on_hide_or_close" int: 1; - value "pointer_slide" int: 1; - value "use_e_cursor" int: 1; - value "cursor_size" int: 32; - value "menu_autoscroll_margin" int: 0; - value "menu_autoscroll_cursor_margin" int: 1; - value "transient.move" int: 1; - value "transient.resize" int: 0; - value "transient.raise" int: 1; - value "transient.lower" int: 1; - value "transient.layer" int: 1; - value "transient.desktop" int: 1; - value "transient.iconify" int: 1; - value "modal_windows" int: 1; - value "menu_eap_name_show" int: 1; - value "menu_eap_generic_show" int: 1; - value "menu_eap_comment_show" int: 0; - value "menu_gadcon_client_toplevel" int: 0; - value "fullscreen_policy" int: 0; - value "exebuf_term_cmd" string: "xterm -hold -e"; - value "use_app_icon" int: 0; - value "cnfmdlg_disabled" int: 0; - value "cfgdlg_auto_apply" int: 0; - value "cfgdlg_default_mode" int: 0; - group "gadcons" list { - group "E_Config_Gadcon" struct { - value "name" string: "shelf"; - value "id" int: 1; - group "clients" list { - group "E_Config_Gadcon_Client" struct { - value "name" string: "start"; - value "id" string: "start"; - value "geom.pos" int: 0; - value "geom.size" int: 32; - value "geom.res" int: 800; - value "geom.pos_x" double: 0.0000000000000000000000000; - value "geom.pos_y" double: 0.0000000000000000000000000; - value "geom.size_w" double: 0.0000000000000000000000000; - value "geom.size_h" double: 0.0000000000000000000000000; - value "state_info.seq" int: 2; - value "state_info.flags" int: 0; - value "style" string: "plain"; - value "autoscroll" uchar: 0; - value "resizable" uchar: 0; - } - } - group "clients" list { - group "E_Config_Gadcon_Client" struct { - value "name" string: "pager"; - value "id" string: "pager"; - value "geom.pos" int: 479; - value "geom.size" int: 155; - value "geom.res" int: 634; - value "geom.pos_x" double: 0.0000000000000000000000000; - value "geom.pos_y" double: 0.0000000000000000000000000; - value "geom.size_w" double: 0.0000000000000000000000000; - value "geom.size_h" double: 0.0000000000000000000000000; - value "state_info.seq" int: 2; - value "state_info.flags" int: 3; - value "style" string: "inset"; - value "autoscroll" uchar: 0; - value "resizable" uchar: 0; - } - } - group "clients" list { - group "E_Config_Gadcon_Client" struct { - value "name" string: "ibox"; - value "id" string: "ibox.1"; - value "geom.pos" int: 152; - value "geom.size" int: 32; - value "geom.res" int: 800; - value "geom.pos_x" double: 0.0000000000000000000000000; - value "geom.pos_y" double: 0.0000000000000000000000000; - value "geom.size_w" double: 0.0000000000000000000000000; - value "geom.size_h" double: 0.0000000000000000000000000; - value "state_info.seq" int: 4; - value "state_info.flags" int: 0; - value "style" string: "inset"; - value "autoscroll" uchar: 0; - value "resizable" uchar: 0; - } - } - group "clients" list { - group "E_Config_Gadcon_Client" struct { - value "name" string: "ibar"; - value "id" string: "ibar.1"; - value "geom.pos" int: 0; - value "geom.size" int: 258; - value "geom.res" int: 634; - value "geom.pos_x" double: 0.0000000000000000000000000; - value "geom.pos_y" double: 0.0000000000000000000000000; - value "geom.size_w" double: 0.0000000000000000000000000; - value "geom.size_h" double: 0.0000000000000000000000000; - value "state_info.seq" int: 1; - value "state_info.flags" int: 3; - value "style" string: "inset"; - value "autoscroll" uchar: 0; - value "resizable" uchar: 0; - } - } - group "clients" list { - group "E_Config_Gadcon_Client" struct { - value "name" string: "temperature"; - value "id" string: "temperature.1"; - value "geom.pos" int: 672; - value "geom.size" int: 32; - value "geom.res" int: 800; - value "geom.pos_x" double: 0.0000000000000000000000000; - value "geom.pos_y" double: 0.0000000000000000000000000; - value "geom.size_w" double: 0.0000000000000000000000000; - value "geom.size_h" double: 0.0000000000000000000000000; - value "state_info.seq" int: 6; - value "state_info.flags" int: 0; - value "style" string: "plain"; - value "autoscroll" uchar: 0; - value "resizable" uchar: 0; - } - } - group "clients" list { - group "E_Config_Gadcon_Client" struct { - value "name" string: "cpufreq"; - value "id" string: "cpufreq"; - value "geom.pos" int: 704; - value "geom.size" int: 32; - value "geom.res" int: 800; - value "geom.pos_x" double: 0.0000000000000000000000000; - value "geom.pos_y" double: 0.0000000000000000000000000; - value "geom.size_w" double: 0.0000000000000000000000000; - value "geom.size_h" double: 0.0000000000000000000000000; - value "state_info.seq" int: 7; - value "state_info.flags" int: 0; - value "style" string: "plain"; - value "autoscroll" uchar: 0; - value "resizable" uchar: 0; - } - } - group "clients" list { - group "E_Config_Gadcon_Client" struct { - value "name" string: "battery"; - value "id" string: "battery"; - value "geom.pos" int: 736; - value "geom.size" int: 32; - value "geom.res" int: 800; - value "geom.pos_x" double: 0.0000000000000000000000000; - value "geom.pos_y" double: 0.0000000000000000000000000; - value "geom.size_w" double: 0.0000000000000000000000000; - value "geom.size_h" double: 0.0000000000000000000000000; - value "state_info.seq" int: 8; - value "state_info.flags" int: 0; - value "style" string: "plain"; - value "autoscroll" uchar: 0; - value "resizable" uchar: 0; - } - } - group "clients" list { - group "E_Config_Gadcon_Client" struct { - value "name" string: "clock"; - value "id" string: "clock"; - value "geom.pos" int: 768; - value "geom.size" int: 32; - value "geom.res" int: 800; - value "geom.pos_x" double: 0.0000000000000000000000000; - value "geom.pos_y" double: 0.0000000000000000000000000; - value "geom.size_w" double: 0.0000000000000000000000000; - value "geom.size_h" double: 0.0000000000000000000000000; - value "state_info.seq" int: 9; - value "state_info.flags" int: 0; - value "style" string: "plain"; - value "autoscroll" uchar: 0; - value "resizable" uchar: 0; - } - } - } - } - group "gadcons" list { - group "E_Config_Gadcon" struct { - value "name" string: "shelf"; - value "id" int: 2; - group "clients" list { - group "E_Config_Gadcon_Client" struct { - value "name" string: "pager"; - value "geom.pos" int: 0; - value "geom.size" int: 120; - value "geom.res" int: 800; - value "geom.pos_x" double: 0.0000000000000000000000000; - value "geom.pos_y" double: 0.0000000000000000000000000; - value "geom.size_w" double: 0.0000000000000000000000000; - value "geom.size_h" double: 0.0000000000000000000000000; - value "state_info.seq" int: 0; - value "state_info.flags" int: 0; - value "autoscroll" uchar: 0; - value "resizable" uchar: 0; - } - } - group "clients" list { - group "E_Config_Gadcon_Client" struct { - value "name" string: "ibox"; - value "geom.pos" int: 768; - value "geom.size" int: 32; - value "geom.res" int: 800; - value "geom.pos_x" double: 0.0000000000000000000000000; - value "geom.pos_y" double: 0.0000000000000000000000000; - value "geom.size_w" double: 0.0000000000000000000000000; - value "geom.size_h" double: 0.0000000000000000000000000; - value "state_info.seq" int: 0; - value "state_info.flags" int: 0; - value "autoscroll" uchar: 0; - value "resizable" uchar: 0; - } - } - } - } - group "gadcons" list { - group "E_Config_Gadcon" struct { - value "name" string: "shelf"; - value "id" int: 3; - group "clients" list { - group "E_Config_Gadcon_Client" struct { - value "name" string: "pager"; - value "geom.pos" int: 0; - value "geom.size" int: 120; - value "geom.res" int: 800; - value "geom.pos_x" double: 0.0000000000000000000000000; - value "geom.pos_y" double: 0.0000000000000000000000000; - value "geom.size_w" double: 0.0000000000000000000000000; - value "geom.size_h" double: 0.0000000000000000000000000; - value "state_info.seq" int: 0; - value "state_info.flags" int: 0; - value "autoscroll" uchar: 0; - value "resizable" uchar: 0; - } - } - group "clients" list { - group "E_Config_Gadcon_Client" struct { - value "name" string: "ibox"; - value "geom.pos" int: 768; - value "geom.size" int: 32; - value "geom.res" int: 800; - value "geom.pos_x" double: 0.0000000000000000000000000; - value "geom.pos_y" double: 0.0000000000000000000000000; - value "geom.size_w" double: 0.0000000000000000000000000; - value "geom.size_h" double: 0.0000000000000000000000000; - value "state_info.seq" int: 0; - value "state_info.flags" int: 0; - value "autoscroll" uchar: 0; - value "resizable" uchar: 0; - } - } - } - } - group "gadcons" list { - group "E_Config_Gadcon" struct { - value "name" string: "shelf"; - value "id" int: 4; - group "clients" list { - group "E_Config_Gadcon_Client" struct { - value "name" string: "pager"; - value "geom.pos" int: 0; - value "geom.size" int: 120; - value "geom.res" int: 800; - value "geom.pos_x" double: 0.0000000000000000000000000; - value "geom.pos_y" double: 0.0000000000000000000000000; - value "geom.size_w" double: 0.0000000000000000000000000; - value "geom.size_h" double: 0.0000000000000000000000000; - value "state_info.seq" int: 0; - value "state_info.flags" int: 0; - value "autoscroll" uchar: 0; - value "resizable" uchar: 0; - } - } - group "clients" list { - group "E_Config_Gadcon_Client" struct { - value "name" string: "ibox"; - value "geom.pos" int: 768; - value "geom.size" int: 32; - value "geom.res" int: 800; - value "geom.pos_x" double: 0.0000000000000000000000000; - value "geom.pos_y" double: 0.0000000000000000000000000; - value "geom.size_w" double: 0.0000000000000000000000000; - value "geom.size_h" double: 0.0000000000000000000000000; - value "state_info.seq" int: 0; - value "state_info.flags" int: 0; - value "autoscroll" uchar: 0; - value "resizable" uchar: 0; - } - } - } - } - group "gadcons" list { - group "E_Config_Gadcon" struct { - value "name" string: "gadman"; - value "id" int: 114; - } - } - group "gadcons" list { - group "E_Config_Gadcon" struct { - value "name" string: "gadman_top"; - value "id" int: 115; - } - } - group "shelves" list { - group "E_Config_Shelf" struct { - value "name" string: "shelf"; - value "id" int: 1; - value "container" int: 0; - value "zone" int: 0; - value "layer" int: 200; - value "popup" uchar: 1; - value "orient" int: 6; - value "fit_along" uchar: 0; - value "fit_size" uchar: 0; - value "style" string: "default"; - value "size" int: 40; - value "overlap" int: 0; - value "autohide" int: 0; - value "autohide_show_action" int: 0; - value "hide_timeout" float: 1.0000000000000000000000000; - value "hide_duration" float: 1.0000000000000000000000000; - value "desk_show_mode" int: 0; - group "desk_list" list { - group "E_Config_Shelf_Desk" struct { - value "x" int: 135642264; - value "y" int: 1; - } - } - } - } - group "shelves" list { - group "E_Config_Shelf" struct { - value "name" string: "shelf"; - value "id" int: 2; - value "container" int: 1; - value "zone" int: 0; - value "layer" int: 200; - value "popup" uchar: 1; - value "orient" int: 6; - value "fit_along" uchar: 1; - value "fit_size" uchar: 0; - value "style" string: "default"; - value "size" int: 40; - value "overlap" int: 0; - value "autohide" int: 0; - value "autohide_show_action" int: 0; - value "hide_timeout" float: 1.0000000000000000000000000; - value "hide_duration" float: 1.0000000000000000000000000; - value "desk_show_mode" int: 0; - group "desk_list" list { - group "E_Config_Shelf_Desk" struct { - value "x" int: 135642264; - value "y" int: 2; - } - } - } - } - group "shelves" list { - group "E_Config_Shelf" struct { - value "name" string: "shelf"; - value "id" int: 3; - value "container" int: 2; - value "zone" int: 0; - value "layer" int: 200; - value "popup" uchar: 1; - value "orient" int: 6; - value "fit_along" uchar: 1; - value "fit_size" uchar: 0; - value "style" string: "default"; - value "size" int: 40; - value "overlap" int: 0; - value "autohide" int: 0; - value "autohide_show_action" int: 0; - value "hide_timeout" float: 1.0000000000000000000000000; - value "hide_duration" float: 1.0000000000000000000000000; - value "desk_show_mode" int: 0; - group "desk_list" list { - group "E_Config_Shelf_Desk" struct { - value "x" int: 135642264; - value "y" int: 3; - } - } - } - } - group "shelves" list { - group "E_Config_Shelf" struct { - value "name" string: "shelf"; - value "id" int: 4; - value "container" int: 3; - value "zone" int: 0; - value "layer" int: 200; - value "popup" uchar: 1; - value "orient" int: 6; - value "fit_along" uchar: 1; - value "fit_size" uchar: 0; - value "style" string: "default"; - value "size" int: 40; - value "overlap" int: 0; - value "autohide" int: 0; - value "autohide_show_action" int: 0; - value "hide_timeout" float: 1.0000000000000000000000000; - value "hide_duration" float: 1.0000000000000000000000000; - value "desk_show_mode" int: 0; - group "desk_list" list { - group "E_Config_Shelf_Desk" struct { - value "x" int: 135642264; - value "y" int: 4; - } - } - } - } - value "font_hinting" int: 0; - value "desklock_auth_method" int: 0; - value "desklock_login_box_zone" int: -1; - value "desklock_start_locked" int: 0; - value "desklock_on_suspend" int: 0; - value "desklock_autolock_screensaver" int: 0; - value "desklock_post_screensaver_time" double: 0.0; - value "desklock_autolock_idle" int: 0; - value "desklock_autolock_idle_timeout" double: 300.0000000000000000000000000; - value "desklock_use_custom_desklock" int: 0; - value "desklock_ask_presentation" uchar: 1; - value "desklock_ask_presentation_timeout" double: 30; - value "display_res_restore" int: 0; - value "display_res_width" int: 1; - value "display_res_height" int: 1; - value "display_res_hz" int: 0; - value "display_res_rotation" int: 0; - value "screensaver_enable" int: 0; - value "screensaver_timeout" int: 0; - value "screensaver_interval" int: 5; - value "screensaver_blanking" int: 2; - value "screensaver_expose" int: 2; - value "screensaver_ask_presentation" uchar: 1; - value "screensaver_ask_presentation_timeout" double: 30; - value "dpms_enable" int: 0; - value "dpms_standby_enable" int: 0; - value "dpms_suspend_enable" int: 0; - value "dpms_off_enable" int: 0; - value "dpms_standby_timeout" int: 1; - value "dpms_suspend_timeout" int: 1; - value "dpms_off_timeout" int: 1; - value "clientlist_group_by" int: 0; - value "clientlist_include_all_zones" int: 0; - value "clientlist_separate_with" int: 0; - value "clientlist_sort_by" int: 0; - value "clientlist_separate_iconified_apps" int: 0; - value "clientlist_warp_to_iconified_desktop" int: 0; - value "clientlist_limit_caption_len" int: 0; - value "clientlist_max_caption_len" int: 2; - value "mouse_hand" int: 1; - value "mouse_accel_numerator" int: 2; - value "mouse_accel_denominator" int: 1; - value "mouse_accel_threshold" int: 4; - value "border_raise_on_mouse_action" int: 1; - value "border_raise_on_focus" int: 1; - value "desk_flip_wrap" int: 0; - value "fullscreen_flip" int: 1; - value "icon_theme" string: "Tango"; - value "icon_theme_overrides" uchar: 0; - value "desk_flip_animate_mode" int: 1; - value "desk_flip_animate_interpolation" int: 0; - value "desk_flip_animate_time" double: 0.2000000000000000111022302; - value "wallpaper_import_last_dev" string: "~/"; - value "wallpaper_import_last_path" string: "/"; - value "wallpaper_grad_c1_r" int: 0; - value "wallpaper_grad_c1_g" int: 0; - value "wallpaper_grad_c1_b" int: 0; - value "wallpaper_grad_c2_r" int: 255; - value "wallpaper_grad_c2_g" int: 255; - value "wallpaper_grad_c2_b" int: 255; - value "theme_default_border_style" string: "default"; - group "mime_icons" list { - group "E_Config_Mime_Icon" struct { - value "mime" string: "image/jpeg"; - value "icon" string: "THUMB"; - } - } - group "mime_icons" list { - group "E_Config_Mime_Icon" struct { - value "mime" string: "image/png"; - value "icon" string: "THUMB"; - } - } - group "mime_icons" list { - group "E_Config_Mime_Icon" struct { - value "mime" string: "image/x-pixmap"; - value "icon" string: "THUMB"; - } - } - group "mime_icons" list { - group "E_Config_Mime_Icon" struct { - value "mime" string: "image/x-xpixmap"; - value "icon" string: "THUMB"; - } - } - group "mime_icons" list { - group "E_Config_Mime_Icon" struct { - value "mime" string: "image/svg+xml"; - value "icon" string: "THUMB"; - } - } - group "mime_icons" list { - group "E_Config_Mime_Icon" struct { - value "mime" string: "image/gif"; - value "icon" string: "THUMB"; - } - } - group "mime_icons" list { - group "E_Config_Mime_Icon" struct { - value "mime" string: "image/tiff"; - value "icon" string: "THUMB"; - } - } - group "mime_icons" list { - group "E_Config_Mime_Icon" struct { - value "mime" string: "application/x-edje"; - value "icon" string: "THUMB"; - } - } - group "mime_icons" list { - group "E_Config_Mime_Icon" struct { - value "mime" string: "application/x-desktop"; - value "icon" string: "DESKTOP"; - } - } - value "desk_auto_switch" int: 0; - value "thumb_nice" int: 0; - value "menu_favorites_show" int: 1; - value "menu_apps_show" int: 1; - value "ping_clients_interval" int: 128; - value "cache_flush_poll_interval" int: 512; - value "thumbscroll_enable" int: 0; - value "thumbscroll_threshhold" int: 8; - value "thumbscroll_momentum_threshhold" double: 100.0000000000000000000000000; - value "thumbscroll_friction" double: 1.0000000000000000000000000; - value "dbus_desktop" int: 1; - value "border_keyboard.timeout" double: 5.0000000000000000000000000; - value "border_keyboard.move.dx" uchar: 5; - value "border_keyboard.move.dy" uchar: 5; - value "border_keyboard.resize.dx" uchar: 5; - value "border_keyboard.resize.dy" uchar: 5; - value "dbus_desktop" int: 1; - value "scale.min" double: 1.0000000000000000000000000; - value "scale.max" double: 3.0000000000000000000000000; - value "scale.factor" double: 1.0000000000000000000000000; - value "scale.base_dpi" int: 142; - value "scale.use_dpi" uchar: 0; - value "scale.use_custom" uchar: 1; - value "show_cursor" uchar: 1; - value "idle_cursor" uchar: 1; - value "default_system_menu" string: ""; - value "cfgdlg_normal_wins" uchar: 0; - value "syscon.main.icon_size" int: 64; - value "syscon.secondary.icon_size" int: 48; - value "syscon.extra.icon_size" int: 48; - value "syscon.timeout" double: 5.0; - value "syscon.do_input" uchar: 1; - group "syscon.actions" list { - group "E_Config_Syscon_Action" struct { - value "action" string: "halt"; - value "params" string: "now"; - value "button" string: "button"; - value "icon" string: "system-shutdown"; - value "is_main" int: 1; - } - } - group "syscon.actions" list { - group "E_Config_Syscon_Action" struct { - value "action" string: "suspend"; - value "params" string: "now"; - value "button" string: "button"; - value "icon" string: "system-suspend"; - value "is_main" int: 1; - } - } - group "syscon.actions" list { - group "E_Config_Syscon_Action" struct { - value "action" string: "desk_lock"; - value "button" string: "button"; - value "icon" string: "system-lock-screen"; - value "is_main" int: 1; - } - } - group "syscon.actions" list { - group "E_Config_Syscon_Action" struct { - value "action" string: "reboot"; - value "params" string: "now"; - value "button" string: "button"; - value "icon" string: "system-restart"; - value "is_main" int: 0; - } - } - group "syscon.actions" list { - group "E_Config_Syscon_Action" struct { - value "action" string: "hibernate"; - value "params" string: "now"; - value "button" string: "button"; - value "icon" string: "system-suspend-hibernate"; - value "is_main" int: 0; - } - } - group "syscon.actions" list { - group "E_Config_Syscon_Action" struct { - value "action" string: "logout"; - value "params" string: "now"; - value "button" string: "button"; - value "icon" string: "system-log-out"; - value "is_main" int: 0; - } - } - value "mode.presentation" uchar: 0; - value "mode.offline" uchar: 0; - value "exec.expire_timeout" double: 30.0; - value "exec.show_run_dialog" uchar: 1; - value "exec.show_exit_dialog" uchar: 1; -} diff --git a/config/minimalist/icon.png b/config/minimalist/icon.png deleted file mode 100644 index 83be9ac74..000000000 Binary files a/config/minimalist/icon.png and /dev/null differ diff --git a/config/minimalist/module.battery.src b/config/minimalist/module.battery.src deleted file mode 100644 index 50e2f972f..000000000 --- a/config/minimalist/module.battery.src +++ /dev/null @@ -1,6 +0,0 @@ -group "Battery_Config" struct { - value "poll_interval" int: 512; - value "alert" int: 30; - value "alert_p" int: 10; - value "alert_timeout" int: 0; -} diff --git a/config/minimalist/module.conf.src b/config/minimalist/module.conf.src deleted file mode 100644 index 336b9e6fc..000000000 --- a/config/minimalist/module.conf.src +++ /dev/null @@ -1,4 +0,0 @@ -group "Config" struct { - value "version" int: 65677; - value "menu_augmentation" int: 0; -} diff --git a/config/minimalist/module.cpufreq.src b/config/minimalist/module.cpufreq.src deleted file mode 100644 index 5c9799494..000000000 --- a/config/minimalist/module.cpufreq.src +++ /dev/null @@ -1,4 +0,0 @@ -group "Cpufreq_Config" struct { - value "poll_interval" int: 32; - value "restore_governor" int: 1; -} diff --git a/config/minimalist/module.dropshadow.src b/config/minimalist/module.dropshadow.src deleted file mode 100644 index faefaade8..000000000 --- a/config/minimalist/module.dropshadow.src +++ /dev/null @@ -1,7 +0,0 @@ -group "Dropshadow_Config" struct { - value "shadow_x" int: 2; - value "shadow_y" int: 2; - value "blur_size" int: 10; - value "quality" int: 4; - value "shadow_darkness" double: 0.2500000000000000000000000; -} diff --git a/config/minimalist/module.fileman.src b/config/minimalist/module.fileman.src deleted file mode 100644 index b52a1fb11..000000000 --- a/config/minimalist/module.fileman.src +++ /dev/null @@ -1,28 +0,0 @@ -group "Fileman_Config" struct { - value "config_version" int: 65793; - value "view.mode" int: 1; - value "view.open_dirs_in_place" uchar: 0; - value "view.selector" uchar: 0; - value "view.single_click" uchar: 0; - value "view.no_subdir_jump" uchar: 0; - value "view.no_subdir_drop" uchar: 0; - value "view.always_order" uchar: 0; - value "view.link_drop" uchar: 0; - value "view.fit_custom_pos" uchar: 0; - value "view.show_full_path" uchar: 0; - value "view.show_desktop_icons" uchar: 1; - value "view.show_toolbar" uchar: 0; - value "icon.icon.w" int: 48; - value "icon.icon.h" int: 48; - value "icon.list.w" int: 16; - value "icon.list.h" int: 16; - value "icon.fixed.w" uchar: 0; - value "icon.fixed.h" uchar: 0; - value "icon.extension.show" uchar: 1; - value "list.sort.no_case" uchar: 1; - value "list.sort.dirs.first" uchar: 1; - value "list.sort.dirs.last" uchar: 0; - value "selection.single" uchar: 0; - value "selection.windows_modifiers" uchar: 0; - value "theme.fixed" uchar: 0; -} diff --git a/config/minimalist/module.ibar.src b/config/minimalist/module.ibar.src deleted file mode 100644 index 55757663d..000000000 --- a/config/minimalist/module.ibar.src +++ /dev/null @@ -1,18 +0,0 @@ -group "IBar_Config" struct { - group "items" list { - group "IBar_Config_Item" struct { - value "id" string: "0"; - value "dir" string: "default"; - value "show_label" int: 1; - value "eap_label" int: 0; - } - } - group "items" list { - group "IBar_Config_Item" struct { - value "id" string: "ibar.1"; - value "dir" string: "default"; - value "show_label" int: 1; - value "eap_label" int: 0; - } - } -} diff --git a/config/minimalist/module.ibox.src b/config/minimalist/module.ibox.src deleted file mode 100644 index 1126554a1..000000000 --- a/config/minimalist/module.ibox.src +++ /dev/null @@ -1,20 +0,0 @@ -group "IBox_Config" struct { - group "items" list { - group "IBox_Config_Item" struct { - value "id" string: "0"; - value "show_label" int: 0; - value "show_zone" int: 1; - value "show_desk" int: 0; - value "icon_label" int: 0; - } - } - group "items" list { - group "IBox_Config_Item" struct { - value "id" string: "ibox.1"; - value "show_label" int: 0; - value "show_zone" int: 1; - value "show_desk" int: 0; - value "icon_label" int: 0; - } - } -} diff --git a/config/minimalist/module.pager.src b/config/minimalist/module.pager.src deleted file mode 100644 index 320830c22..000000000 --- a/config/minimalist/module.pager.src +++ /dev/null @@ -1,15 +0,0 @@ -group "Pager_Config" struct { - value "popup" uint: 1; - value "popup_speed" double: 1.0000000000000000000000000; - value "popup_urgent" uint: 0; - value "popup_urgent_stick" uint: 0; - value "popup_urgent_speed" double: 1.5000000000000000000000000; - value "show_desk_names" uint: 0; - value "popup_height" int: 60; - value "popup_act_height" int: 60; - value "drag_resist" uint: 3; - value "btn_drag" uchar: 1; - value "btn_noplace" uchar: 2; - value "btn_desk" uchar: 0; - value "flip_desk" uchar: 0; -} diff --git a/config/minimalist/module.temperature.src b/config/minimalist/module.temperature.src deleted file mode 100644 index dcad5332e..000000000 --- a/config/minimalist/module.temperature.src +++ /dev/null @@ -1,13 +0,0 @@ -group "Temperature_Config" struct { - group "faces" hash { - key "temperature.1"; - group "Temperature_Config_Face" struct { - value "id" string: "temperature.1"; - value "poll_interval" int: 128; - value "low" int: 30; - value "high" int: 80; - value "sensor_type" int: 0; - value "units" int: 0; - } - } -} diff --git a/config/minimalist/profile.desktop b/config/minimalist/profile.desktop deleted file mode 100644 index 99c66b3ba..000000000 --- a/config/minimalist/profile.desktop +++ /dev/null @@ -1,27 +0,0 @@ -[Desktop Entry] -Type=Link -Name=Minimalist -Name[ru]=Минималистский -Name[cs]=Minimalistický -Name[it]=Minimalista -Name[hu]=Minimalista -Name[fr]=Minimaliste -Name[el]=Μινιμαλιστικό -Name[eo]=Minimuma -Name[ja]=ミニマリスト -Name[tr_TR]=Minimal -Name[zh_CN]=极简 -Name[pt]=Minimalista -Icon=icon.png -Comment=A mininimalist setup
with very few things on
the screen. Should
appeal to Those
that like as little
clutter as possible. -Comment[ru]=Минималистские настройки
с минимум объектов
на столе. Обычно подходит
любителям порядка и спартанского
мировозрения. -Comment[cs]=Minimální nastavení
s velmi málo věcmi
na obrazovce. Použitelný
pro ty, kteří
chtějí co nejčistší
plochu. -Comment[it]=Configurazione minima
con pochissime cose
sullo schermo.
Dovrebbe piacere a chi
desidera avere meno
roba possibile. -Comment[hu]=Minimalist beállítások
néhány dologgal
a képernyőn. Ez egy
teljesen alap beállítás. -Comment[fr]=Une configuration minimale avec très peu de
choses à l'écran. Pour ceux qui apprécient
un bureau bien dégagé. -Comment[el]=Ένα μινιμαλιστικό προφίλ
με πολύ λίγα στοιχεία στην
οθόνη. Θα αρέσει σε
αυτούς που θέλουν τα απολύτως
απαραίτητα. -Comment[eo]=Minimuma agordo kun
malmulte da objektoj sur
la ekrano. Taŭgas
por ĉiuj kiuj ŝatas
senĝenajn labortablojn. -Comment[ja]=ミニマリストはその名のとおり必要最小限の設定で
画面上はほとんど何もありません。
質素好みな人向けです。 -Comment[tr_TR]=Ekranda en az ögenin bulunduğu minimal kurulumdur.
-Comment[zh_CN]=一个只在屏幕上放置极少项目的极简设置。 -Comment[pt]=Uma configuração minimalista com poucos itens no ecrã.
Útil para aqueles que gostam de coisas simples diff --git a/config/netbook/.cvsignore b/config/netbook/.cvsignore deleted file mode 100644 index cd2c9ce8d..000000000 --- a/config/netbook/.cvsignore +++ /dev/null @@ -1,3 +0,0 @@ -Makefile -Makefile.in -*.cfg diff --git a/config/netbook/Makefile.am b/config/netbook/Makefile.am deleted file mode 100644 index dbdc0db67..000000000 --- a/config/netbook/Makefile.am +++ /dev/null @@ -1,43 +0,0 @@ -MAINTAINERCLEANFILES = Makefile.in - -EET_EET = @eet_eet@ - -EXTRA_DIST = \ - profile.desktop \ - icon.png \ - e.src \ - module.battery.src \ - module.cpufreq.src \ - module.dropshadow.src \ - module.fileman.src \ - module.ibar.src \ - module.ibox.src \ - module.pager.src \ - module.temperature.src \ - module.conf.src - -filesdir = $(datadir)/enlightenment/data/config/netbook -files_DATA = \ - profile.desktop \ - icon.png \ - e.cfg \ - module.battery.cfg \ - module.cpufreq.cfg \ - module.dropshadow.cfg \ - module.fileman.cfg \ - module.ibar.cfg \ - module.ibox.cfg \ - module.pager.cfg \ - module.temperature.cfg \ - module.conf.cfg - -SUFFIXES = .cfg - -.src.cfg: - $(EET_EET) -e \ - $(top_builddir)/config/netbook/$@ config \ - $< 1 - -clean-local: - rm -rf *.cfg *~ - diff --git a/config/netbook/e.src b/config/netbook/e.src deleted file mode 100644 index 199e3a7cd..000000000 --- a/config/netbook/e.src +++ /dev/null @@ -1,1917 +0,0 @@ -group "E_Config" struct { - value "config_version" int: 65847; - value "show_splash" int: 1; - value "init_default_theme" string: "default.edj"; - value "desktop_default_background" string: "Dark_Gradient.edj"; - value "desktop_default_name" string: "Desktop %i, %i"; - value "menus_scroll_speed" double: 1000.0000000000000000000000000; - value "menus_fast_mouse_move_threshhold" double: 300.0000000000000000000000000; - value "menus_click_drag_timeout" double: 0.2500000000000000000000000; - value "border_shade_animate" int: 1; - value "border_shade_transition" int: 3; - value "border_shade_speed" double: 3000.0000000000000000000000000; - value "framerate" double: 60.0000000000000000000000000; - value "priority" int: 1; - value "image_cache" int: 4096; - value "font_cache" int: 512; - value "edje_cache" int: 32; - value "edje_collection_cache" int: 64; - value "zone_desks_x_count" int: 2; - value "zone_desks_y_count" int: 1; - value "use_virtual_roots" int: 0; - value "show_desktop_icons" int: 1; - value "edge_flip_dragging" int: 1; - value "evas_engine_default" int: 1; - value "evas_engine_container" int: 0; - value "evas_engine_init" int: 0; - value "evas_engine_menus" int: 0; - value "evas_engine_borders" int: 0; - value "evas_engine_errors" int: 0; - value "evas_engine_popups" int: 0; - value "evas_engine_drag" int: 0; - value "evas_engine_win" int: 0; - value "evas_engine_zone" int: 0; - value "use_composite" int: 0; - value "language" string: "en_US.UTF-8"; - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "start"; - value "enabled" uchar: 1; - value "delayed" uchar: 0; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "ibar"; - value "enabled" uchar: 1; - value "delayed" uchar: 0; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "ibox"; - value "enabled" uchar: 1; - value "delayed" uchar: 0; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "clock"; - value "enabled" uchar: 1; - value "delayed" uchar: 0; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "battery"; - value "enabled" uchar: 1; - value "delayed" uchar: 0; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "cpufreq"; - value "enabled" uchar: 1; - value "delayed" uchar: 0; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "pager"; - value "enabled" uchar: 1; - value "delayed" uchar: 0; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "winlist"; - value "enabled" uchar: 1; - value "delayed" uchar: 1; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "conf"; - value "enabled" uchar: 1; - value "delayed" uchar: 1; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "conf_applications"; - value "enabled" uchar: 1; - value "delayed" uchar: 1; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "conf_dialogs"; - value "enabled" uchar: 1; - value "delayed" uchar: 1; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "conf_display"; - value "enabled" uchar: 1; - value "delayed" uchar: 1; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "conf_intl"; - value "enabled" uchar: 1; - value "delayed" uchar: 1; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "conf_keybindings"; - value "enabled" uchar: 1; - value "delayed" uchar: 1; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "conf_menus"; - value "enabled" uchar: 1; - value "delayed" uchar: 1; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "conf_paths"; - value "enabled" uchar: 1; - value "delayed" uchar: 1; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "conf_performance"; - value "enabled" uchar: 1; - value "delayed" uchar: 1; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "conf_edgebindings"; - value "enabled" uchar: 1; - value "delayed" uchar: 1; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "conf_shelves"; - value "enabled" uchar: 1; - value "delayed" uchar: 1; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "conf_theme"; - value "enabled" uchar: 1; - value "delayed" uchar: 1; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "conf_window_manipulation"; - value "enabled" uchar: 1; - value "delayed" uchar: 1; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "fileman"; - value "enabled" uchar: 1; - value "delayed" uchar: 1; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "conf_interaction"; - value "enabled" uchar: 1; - value "delayed" uchar: 1; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "mixer"; - value "enabled" uchar: 1; - value "delayed" uchar: 0; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "conf_window_remembers"; - value "enabled" uchar: 1; - value "delayed" uchar: 1; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "syscon"; - value "enabled" uchar: 1; - value "delayed" uchar: 1; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "shot"; - value "enabled" uchar: 1; - value "delayed" uchar: 1; - value "priority" int: 0; - } - } - group "themes" list { - group "E_Config_Theme" struct { - value "category" string: "theme"; - value "file" string: "default.edj"; - } - } - group "mouse_bindings" list { - group "E_Config_Binding_Mouse" struct { - value "context" int: 2; - value "modifiers" int: 4; - value "action" string: "window_move"; - value "button" uchar: 1; - value "any_mod" uchar: 0; - } - } - group "mouse_bindings" list { - group "E_Config_Binding_Mouse" struct { - value "context" int: 2; - value "modifiers" int: 4; - value "action" string: "window_resize"; - value "button" uchar: 2; - value "any_mod" uchar: 0; - } - } - group "mouse_bindings" list { - group "E_Config_Binding_Mouse" struct { - value "context" int: 2; - value "modifiers" int: 4; - value "action" string: "window_menu"; - value "button" uchar: 3; - value "any_mod" uchar: 0; - } - } - group "mouse_bindings" list { - group "E_Config_Binding_Mouse" struct { - value "context" int: 3; - value "modifiers" int: 0; - value "action" string: "menu_show"; - value "params" string: "main"; - value "button" uchar: 1; - value "any_mod" uchar: 0; - } - } - group "mouse_bindings" list { - group "E_Config_Binding_Mouse" struct { - value "context" int: 3; - value "modifiers" int: 0; - value "action" string: "menu_show"; - value "params" string: "clients"; - value "button" uchar: 2; - value "any_mod" uchar: 0; - } - } - group "mouse_bindings" list { - group "E_Config_Binding_Mouse" struct { - value "context" int: 3; - value "modifiers" int: 0; - value "action" string: "menu_show"; - value "params" string: "favorites"; - value "button" uchar: 3; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 5; - value "key" string: "Left"; - value "action" string: "desk_flip_by"; - value "params" string: "-1 0"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 5; - value "key" string: "Right"; - value "action" string: "desk_flip_by"; - value "params" string: "1 0"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 5; - value "key" string: "Up"; - value "action" string: "desk_flip_by"; - value "params" string: "0 -1"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 5; - value "key" string: "Down"; - value "action" string: "desk_flip_by"; - value "params" string: "0 1"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 6; - value "key" string: "Up"; - value "action" string: "window_raise"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 6; - value "key" string: "Down"; - value "action" string: "window_lower"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 6; - value "key" string: "x"; - value "action" string: "window_close"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 6; - value "key" string: "k"; - value "action" string: "window_kill"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 6; - value "key" string: "w"; - value "action" string: "window_menu"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 6; - value "key" string: "s"; - value "action" string: "window_sticky_toggle"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 6; - value "key" string: "i"; - value "action" string: "window_iconic_toggle"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 6; - value "key" string: "f"; - value "action" string: "window_maximized_toggle"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 1; - value "key" string: "F10"; - value "action" string: "window_maximized_toggle"; - value "params" string: "default vertical"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 5; - value "key" string: "F10"; - value "action" string: "window_maximized_toggle"; - value "params" string: "default horizontal"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 6; - value "key" string: "r"; - value "action" string: "window_shaded_toggle"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 6; - value "key" string: "Left"; - value "action" string: "desk_linear_flip_by"; - value "params" string: "-1"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 6; - value "key" string: "Right"; - value "action" string: "desk_linear_flip_by"; - value "params" string: "1"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 4; - value "key" string: "F1"; - value "action" string: "desk_linear_flip_to"; - value "params" string: "0"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 4; - value "key" string: "F2"; - value "action" string: "desk_linear_flip_to"; - value "params" string: "1"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 4; - value "key" string: "F3"; - value "action" string: "desk_linear_flip_to"; - value "params" string: "2"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 4; - value "key" string: "F4"; - value "action" string: "desk_linear_flip_to"; - value "params" string: "3"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 4; - value "key" string: "F5"; - value "action" string: "desk_linear_flip_to"; - value "params" string: "4"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 4; - value "key" string: "F6"; - value "action" string: "desk_linear_flip_to"; - value "params" string: "5"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 4; - value "key" string: "F7"; - value "action" string: "desk_linear_flip_to"; - value "params" string: "6"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 4; - value "key" string: "F8"; - value "action" string: "desk_linear_flip_to"; - value "params" string: "7"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 4; - value "key" string: "F9"; - value "action" string: "desk_linear_flip_to"; - value "params" string: "8"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 4; - value "key" string: "F10"; - value "action" string: "desk_linear_flip_to"; - value "params" string: "9"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 4; - value "key" string: "F11"; - value "action" string: "desk_linear_flip_to"; - value "params" string: "10"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 4; - value "key" string: "F12"; - value "action" string: "desk_linear_flip_to"; - value "params" string: "11"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 6; - value "key" string: "m"; - value "action" string: "menu_show"; - value "params" string: "main"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 6; - value "key" string: "a"; - value "action" string: "menu_show"; - value "params" string: "favorites"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 0; - value "key" string: "Menu"; - value "action" string: "menu_show"; - value "params" string: "main"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 2; - value "key" string: "Menu"; - value "action" string: "menu_show"; - value "params" string: "clients"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 4; - value "key" string: "Menu"; - value "action" string: "menu_show"; - value "params" string: "favorites"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 6; - value "key" string: "Insert"; - value "action" string: "exec"; - value "params" string: "Eterm"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 4; - value "key" string: "Tab"; - value "action" string: "winlist"; - value "params" string: "next"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 5; - value "key" string: "Tab"; - value "action" string: "winlist"; - value "params" string: "prev"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 6; - value "key" string: "End"; - value "action" string: "restart"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 6; - value "key" string: "Delete"; - value "action" string: "syscon"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 6; - value "key" string: "l"; - value "action" string: "desk_lock"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 6; - value "key" string: "d"; - value "action" string: "desk_deskshow_toggle"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 3; - value "key" string: "Left"; - value "action" string: "screen_send_by"; - value "params" string: "-1"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 3; - value "key" string: "Right"; - value "action" string: "screen_send_by"; - value "params" string: "1"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 3; - value "key" string: "F1"; - value "action" string: "screen_send_to"; - value "params" string: "0"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 3; - value "key" string: "F2"; - value "action" string: "screen_send_to"; - value "params" string: "1"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 3; - value "key" string: "F3"; - value "action" string: "screen_send_to"; - value "params" string: "2"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 3; - value "key" string: "F4"; - value "action" string: "screen_send_to"; - value "params" string: "3"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 0; - value "key" string: "Print"; - value "action" string: "shot"; - value "any_mod" uchar: 0; - } - } - group "edge_bindings" list { - group "E_Config_Binding_Edge" struct { - value "context" int: 3; - value "modifiers" int: 0; - value "action" string: "desk_flip_in_direction"; - value "edge" uchar: 1; - value "any_mod" uchar: 0; - value "delay" float: 0.3000000000000000000000000; - } - } - group "edge_bindings" list { - group "E_Config_Binding_Edge" struct { - value "context" int: 3; - value "modifiers" int: 0; - value "action" string: "desk_flip_in_direction"; - value "edge" uchar: 2; - value "any_mod" uchar: 0; - value "delay" float: 0.3000000000000000000000000; - } - } - group "edge_bindings" list { - group "E_Config_Binding_Edge" struct { - value "context" int: 3; - value "modifiers" int: 0; - value "action" string: "desk_flip_in_direction"; - value "edge" uchar: 3; - value "any_mod" uchar: 0; - value "delay" float: 0.3000000000000000000000000; - } - } - group "edge_bindings" list { - group "E_Config_Binding_Edge" struct { - value "context" int: 3; - value "modifiers" int: 0; - value "action" string: "desk_flip_in_direction"; - value "edge" uchar: 4; - value "any_mod" uchar: 0; - value "delay" float: 0.3000000000000000000000000; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,down,1,double"; - value "source" string: "e.event.titlebar"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_shaded_toggle"; - value "params" string: "up"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,down,2"; - value "source" string: "e.event.titlebar"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_shaded_toggle"; - value "params" string: "up"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,wheel,?,1"; - value "source" string: "e.event.titlebar"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_shaded"; - value "params" string: "0 up"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,wheel,?,-1"; - value "source" string: "e.event.titlebar"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_shaded"; - value "params" string: "1 up"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,clicked,3"; - value "source" string: "e.event.titlebar"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_menu"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,clicked,?"; - value "source" string: "e.event.icon"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_menu"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,clicked,[12]"; - value "source" string: "e.event.close"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_close"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,clicked,3"; - value "source" string: "e.event.close"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_kill"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,clicked,1"; - value "source" string: "e.event.maximize"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_maximized_toggle"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,clicked,2"; - value "source" string: "e.event.maximize"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_maximized_toggle"; - value "params" string: "smart"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,clicked,3"; - value "source" string: "e.event.maximize"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_maximized_toggle"; - value "params" string: "expand"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,clicked,?"; - value "source" string: "e.event.minimize"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_iconic_toggle"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,clicked,?"; - value "source" string: "e.event.shade"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_shaded_toggle"; - value "params" string: "up"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,clicked,?"; - value "source" string: "e.event.lower"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_lower"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,down,1"; - value "source" string: "e.event.icon"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_drag_icon"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,down,1"; - value "source" string: "e.event.titlebar"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_move"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,up,1"; - value "source" string: "e.event.titlebar"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_move"; - value "params" string: "end"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,down,1"; - value "source" string: "e.event.resize.tl"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_resize"; - value "params" string: "tl"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,down,1"; - value "source" string: "e.event.resize.t"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_resize"; - value "params" string: "t"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,down,1"; - value "source" string: "e.event.resize.tr"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_resize"; - value "params" string: "tr"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,down,1"; - value "source" string: "e.event.resize.r"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_resize"; - value "params" string: "r"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,down,1"; - value "source" string: "e.event.resize.br"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_resize"; - value "params" string: "br"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,down,1"; - value "source" string: "e.event.resize.b"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_resize"; - value "params" string: "b"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,down,1"; - value "source" string: "e.event.resize.bl"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_resize"; - value "params" string: "bl"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,down,1"; - value "source" string: "e.event.resize.l"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_resize"; - value "params" string: "l"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,up,1"; - value "source" string: "e.event.resize.*"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_resize"; - value "params" string: "end"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,down,3"; - value "source" string: "e.event.resize.*"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_move"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,up,3"; - value "source" string: "e.event.resize.*"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_move"; - value "params" string: "end"; - } - } - group "wheel_bindings" list { - group "E_Config_Binding_Wheel" struct { - value "context" int: 4; - value "direction" int: 0; - value "z" int: -1; - value "modifiers" int: 4; - value "any_mod" uchar: 0; - value "action" string: "desk_linear_flip_by"; - value "params" string: "-1"; - } - } - group "wheel_bindings" list { - group "E_Config_Binding_Wheel" struct { - value "context" int: 4; - value "direction" int: 1; - value "z" int: -1; - value "modifiers" int: 4; - value "any_mod" uchar: 0; - value "action" string: "desk_linear_flip_by"; - value "params" string: "-1"; - } - } - group "wheel_bindings" list { - group "E_Config_Binding_Wheel" struct { - value "context" int: 4; - value "direction" int: 0; - value "z" int: 1; - value "modifiers" int: 4; - value "any_mod" uchar: 0; - value "action" string: "desk_linear_flip_by"; - value "params" string: "1"; - } - } - group "wheel_bindings" list { - group "E_Config_Binding_Wheel" struct { - value "context" int: 4; - value "direction" int: 1; - value "z" int: 1; - value "modifiers" int: 4; - value "any_mod" uchar: 0; - value "action" string: "desk_linear_flip_by"; - value "params" string: "1"; - } - } - group "wheel_bindings" list { - group "E_Config_Binding_Wheel" struct { - value "context" int: 2; - value "direction" int: 0; - value "z" int: -1; - value "modifiers" int: 4; - value "any_mod" uchar: 0; - value "action" string: "desk_linear_flip_by"; - value "params" string: "-1"; - } - } - group "wheel_bindings" list { - group "E_Config_Binding_Wheel" struct { - value "context" int: 2; - value "direction" int: 1; - value "z" int: -1; - value "modifiers" int: 4; - value "any_mod" uchar: 0; - value "action" string: "desk_linear_flip_by"; - value "params" string: "-1"; - } - } - group "wheel_bindings" list { - group "E_Config_Binding_Wheel" struct { - value "context" int: 2; - value "direction" int: 0; - value "z" int: 1; - value "modifiers" int: 4; - value "any_mod" uchar: 0; - value "action" string: "desk_linear_flip_by"; - value "params" string: "1"; - } - } - group "wheel_bindings" list { - group "E_Config_Binding_Wheel" struct { - value "context" int: 2; - value "direction" int: 1; - value "z" int: 1; - value "modifiers" int: 4; - value "any_mod" uchar: 0; - value "action" string: "desk_linear_flip_by"; - value "params" string: "1"; - } - } - group "wheel_bindings" list { - group "E_Config_Binding_Wheel" struct { - value "context" int: 8; - value "direction" int: 0; - value "z" int: -1; - value "modifiers" int: 4; - value "any_mod" uchar: 0; - value "action" string: "desk_linear_flip_by"; - value "params" string: "-1"; - } - } - group "wheel_bindings" list { - group "E_Config_Binding_Wheel" struct { - value "context" int: 8; - value "direction" int: 1; - value "z" int: -1; - value "modifiers" int: 4; - value "any_mod" uchar: 0; - value "action" string: "desk_linear_flip_by"; - value "params" string: "-1"; - } - } - group "wheel_bindings" list { - group "E_Config_Binding_Wheel" struct { - value "context" int: 8; - value "direction" int: 0; - value "z" int: 1; - value "modifiers" int: 4; - value "any_mod" uchar: 0; - value "action" string: "desk_linear_flip_by"; - value "params" string: "1"; - } - } - group "wheel_bindings" list { - group "E_Config_Binding_Wheel" struct { - value "context" int: 8; - value "direction" int: 1; - value "z" int: 1; - value "modifiers" int: 4; - value "any_mod" uchar: 0; - value "action" string: "desk_linear_flip_by"; - value "params" string: "1"; - } - } - value "window_placement_policy" int: 0; - value "focus_policy" int: 2; - value "focus_setting" int: 3; - value "pass_click_on" int: 1; - value "always_click_to_raise" int: 0; - value "always_click_to_focus" int: 0; - value "use_auto_raise" int: 0; - value "auto_raise_delay" double: 0.5000000000000000000000000; - value "use_resist" int: 1; - value "drag_resist" int: 16; - value "desk_resist" int: 32; - value "window_resist" int: 12; - value "gadget_resist" int: 32; - value "geometry_auto_resize_limit" int: 1; - value "geometry_auto_move" int: 1; - value "winlist_warp_while_selecting" int: 1; - value "winlist_warp_at_end" int: 1; - value "winlist_warp_speed" double: 0.1000000000000000055511151; - value "winlist_scroll_animate" int: 1; - value "winlist_scroll_speed" double: 0.1000000000000000055511151; - value "winlist_list_show_iconified" int: 1; - value "winlist_list_show_other_desk_iconified" int: 1; - value "winlist_list_show_other_screen_iconified" int: 0; - value "winlist_list_show_other_desk_windows" int: 0; - value "winlist_list_show_other_screen_windows" int: 0; - value "winlist_list_uncover_while_selecting" int: 0; - value "winlist_list_jump_desk_while_selecting" int: 0; - value "winlist_list_focus_while_selecting" int: 1; - value "winlist_list_raise_while_selecting" int: 1; - value "winlist_pos_align_x" double: 0.5000000000000000000000000; - value "winlist_pos_align_y" double: 0.5000000000000000000000000; - value "winlist_pos_size_w" double: 0.5000000000000000000000000; - value "winlist_pos_size_h" double: 0.5000000000000000000000000; - value "winlist_pos_min_w" int: 0; - value "winlist_pos_min_h" int: 0; - value "winlist_pos_max_w" int: 320; - value "winlist_pos_max_h" int: 320; - value "maximize_policy" int: 50; - value "allow_manip" int: 0; - value "border_fix_on_shelf_toggle" int: 0; - value "allow_above_fullscreen" int: 0; - value "kill_if_close_not_possible" int: 1; - value "kill_process" int: 1; - value "kill_timer_wait" double: 10.0000000000000000000000000; - value "ping_clients" int: 1; - value "transition_desk" string: "vswipe"; - value "transition_change" string: "crossfade"; - value "remember_internal_windows" int: 0; - value "move_info_follows" int: 1; - value "resize_info_follows" int: 1; - value "move_info_visible" int: 1; - value "resize_info_visible" int: 1; - value "focus_last_focused_per_desktop" int: 1; - value "focus_revert_on_hide_or_close" int: 1; - value "pointer_slide" int: 1; - value "use_e_cursor" int: 1; - value "cursor_size" int: 32; - value "menu_autoscroll_margin" int: 0; - value "menu_autoscroll_cursor_margin" int: 1; - value "transient.move" int: 1; - value "transient.resize" int: 0; - value "transient.raise" int: 1; - value "transient.lower" int: 1; - value "transient.layer" int: 1; - value "transient.desktop" int: 1; - value "transient.iconify" int: 1; - value "modal_windows" int: 1; - value "menu_eap_name_show" int: 1; - value "menu_eap_generic_show" int: 1; - value "menu_eap_comment_show" int: 0; - value "menu_gadcon_client_toplevel" int: 0; - value "fullscreen_policy" int: 0; - value "exebuf_term_cmd" string: "xterm -hold -e"; - value "use_app_icon" int: 0; - value "cnfmdlg_disabled" int: 0; - value "cfgdlg_auto_apply" int: 0; - value "cfgdlg_default_mode" int: 0; - group "gadcons" list { - group "E_Config_Gadcon" struct { - value "name" string: "shelf"; - value "id" int: 1; - group "clients" list { - group "E_Config_Gadcon_Client" struct { - value "name" string: "start"; - value "id" string: "start"; - value "geom.pos" int: 0; - value "geom.size" int: 32; - value "geom.res" int: 800; - value "geom.pos_x" double: 0.0000000000000000000000000; - value "geom.pos_y" double: 0.0000000000000000000000000; - value "geom.size_w" double: 0.0000000000000000000000000; - value "geom.size_h" double: 0.0000000000000000000000000; - value "state_info.seq" int: 2; - value "state_info.flags" int: 0; - value "style" string: "plain"; - value "autoscroll" uchar: 0; - value "resizable" uchar: 0; - } - } - group "clients" list { - group "E_Config_Gadcon_Client" struct { - value "name" string: "pager"; - value "id" string: "pager"; - value "geom.pos" int: 32; - value "geom.size" int: 120; - value "geom.res" int: 800; - value "geom.pos_x" double: 0.0000000000000000000000000; - value "geom.pos_y" double: 0.0000000000000000000000000; - value "geom.size_w" double: 0.0000000000000000000000000; - value "geom.size_h" double: 0.0000000000000000000000000; - value "state_info.seq" int: 3; - value "state_info.flags" int: 0; - value "style" string: "inset"; - value "autoscroll" uchar: 0; - value "resizable" uchar: 0; - } - } - group "clients" list { - group "E_Config_Gadcon_Client" struct { - value "name" string: "ibox"; - value "id" string: "ibox.1"; - value "geom.pos" int: 152; - value "geom.size" int: 32; - value "geom.res" int: 800; - value "geom.pos_x" double: 0.0000000000000000000000000; - value "geom.pos_y" double: 0.0000000000000000000000000; - value "geom.size_w" double: 0.0000000000000000000000000; - value "geom.size_h" double: 0.0000000000000000000000000; - value "state_info.seq" int: 4; - value "state_info.flags" int: 0; - value "style" string: "inset"; - value "autoscroll" uchar: 0; - value "resizable" uchar: 0; - } - } - group "clients" list { - group "E_Config_Gadcon_Client" struct { - value "name" string: "ibar"; - value "id" string: "ibar.1"; - value "geom.pos" int: 350; - value "geom.size" int: 200; - value "geom.res" int: 800; - value "geom.pos_x" double: 0.0000000000000000000000000; - value "geom.pos_y" double: 0.0000000000000000000000000; - value "geom.size_w" double: 0.0000000000000000000000000; - value "geom.size_h" double: 0.0000000000000000000000000; - value "state_info.seq" int: 5; - value "state_info.flags" int: 0; - value "style" string: "inset"; - value "autoscroll" uchar: 0; - value "resizable" uchar: 0; - } - } - group "clients" list { - group "E_Config_Gadcon_Client" struct { - value "name" string: "temperature"; - value "id" string: "temperature.1"; - value "geom.pos" int: 672; - value "geom.size" int: 32; - value "geom.res" int: 800; - value "geom.pos_x" double: 0.0000000000000000000000000; - value "geom.pos_y" double: 0.0000000000000000000000000; - value "geom.size_w" double: 0.0000000000000000000000000; - value "geom.size_h" double: 0.0000000000000000000000000; - value "state_info.seq" int: 6; - value "state_info.flags" int: 0; - value "style" string: "plain"; - value "autoscroll" uchar: 0; - value "resizable" uchar: 0; - } - } - group "clients" list { - group "E_Config_Gadcon_Client" struct { - value "name" string: "cpufreq"; - value "id" string: "cpufreq"; - value "geom.pos" int: 704; - value "geom.size" int: 32; - value "geom.res" int: 800; - value "geom.pos_x" double: 0.0000000000000000000000000; - value "geom.pos_y" double: 0.0000000000000000000000000; - value "geom.size_w" double: 0.0000000000000000000000000; - value "geom.size_h" double: 0.0000000000000000000000000; - value "state_info.seq" int: 7; - value "state_info.flags" int: 0; - value "style" string: "plain"; - value "autoscroll" uchar: 0; - value "resizable" uchar: 0; - } - } - group "clients" list { - group "E_Config_Gadcon_Client" struct { - value "name" string: "battery"; - value "id" string: "battery"; - value "geom.pos" int: 736; - value "geom.size" int: 32; - value "geom.res" int: 800; - value "geom.pos_x" double: 0.0000000000000000000000000; - value "geom.pos_y" double: 0.0000000000000000000000000; - value "geom.size_w" double: 0.0000000000000000000000000; - value "geom.size_h" double: 0.0000000000000000000000000; - value "state_info.seq" int: 8; - value "state_info.flags" int: 0; - value "style" string: "plain"; - value "autoscroll" uchar: 0; - value "resizable" uchar: 0; - } - } - group "clients" list { - group "E_Config_Gadcon_Client" struct { - value "name" string: "clock"; - value "id" string: "clock"; - value "geom.pos" int: 768; - value "geom.size" int: 32; - value "geom.res" int: 800; - value "geom.pos_x" double: 0.0000000000000000000000000; - value "geom.pos_y" double: 0.0000000000000000000000000; - value "geom.size_w" double: 0.0000000000000000000000000; - value "geom.size_h" double: 0.0000000000000000000000000; - value "state_info.seq" int: 9; - value "state_info.flags" int: 0; - value "style" string: "plain"; - value "autoscroll" uchar: 0; - value "resizable" uchar: 0; - } - } - } - } - group "gadcons" list { - group "E_Config_Gadcon" struct { - value "name" string: "shelf"; - value "id" int: 2; - group "clients" list { - group "E_Config_Gadcon_Client" struct { - value "name" string: "pager"; - value "geom.pos" int: 0; - value "geom.size" int: 120; - value "geom.res" int: 800; - value "geom.pos_x" double: 0.0000000000000000000000000; - value "geom.pos_y" double: 0.0000000000000000000000000; - value "geom.size_w" double: 0.0000000000000000000000000; - value "geom.size_h" double: 0.0000000000000000000000000; - value "state_info.seq" int: 0; - value "state_info.flags" int: 0; - value "autoscroll" uchar: 0; - value "resizable" uchar: 0; - } - } - group "clients" list { - group "E_Config_Gadcon_Client" struct { - value "name" string: "ibox"; - value "geom.pos" int: 768; - value "geom.size" int: 32; - value "geom.res" int: 800; - value "geom.pos_x" double: 0.0000000000000000000000000; - value "geom.pos_y" double: 0.0000000000000000000000000; - value "geom.size_w" double: 0.0000000000000000000000000; - value "geom.size_h" double: 0.0000000000000000000000000; - value "state_info.seq" int: 0; - value "state_info.flags" int: 0; - value "autoscroll" uchar: 0; - value "resizable" uchar: 0; - } - } - } - } - group "gadcons" list { - group "E_Config_Gadcon" struct { - value "name" string: "shelf"; - value "id" int: 3; - group "clients" list { - group "E_Config_Gadcon_Client" struct { - value "name" string: "pager"; - value "geom.pos" int: 0; - value "geom.size" int: 120; - value "geom.res" int: 800; - value "geom.pos_x" double: 0.0000000000000000000000000; - value "geom.pos_y" double: 0.0000000000000000000000000; - value "geom.size_w" double: 0.0000000000000000000000000; - value "geom.size_h" double: 0.0000000000000000000000000; - value "state_info.seq" int: 0; - value "state_info.flags" int: 0; - value "autoscroll" uchar: 0; - value "resizable" uchar: 0; - } - } - group "clients" list { - group "E_Config_Gadcon_Client" struct { - value "name" string: "ibox"; - value "geom.pos" int: 768; - value "geom.size" int: 32; - value "geom.res" int: 800; - value "geom.pos_x" double: 0.0000000000000000000000000; - value "geom.pos_y" double: 0.0000000000000000000000000; - value "geom.size_w" double: 0.0000000000000000000000000; - value "geom.size_h" double: 0.0000000000000000000000000; - value "state_info.seq" int: 0; - value "state_info.flags" int: 0; - value "autoscroll" uchar: 0; - value "resizable" uchar: 0; - } - } - } - } - group "gadcons" list { - group "E_Config_Gadcon" struct { - value "name" string: "shelf"; - value "id" int: 4; - group "clients" list { - group "E_Config_Gadcon_Client" struct { - value "name" string: "pager"; - value "geom.pos" int: 0; - value "geom.size" int: 120; - value "geom.res" int: 800; - value "geom.pos_x" double: 0.0000000000000000000000000; - value "geom.pos_y" double: 0.0000000000000000000000000; - value "geom.size_w" double: 0.0000000000000000000000000; - value "geom.size_h" double: 0.0000000000000000000000000; - value "state_info.seq" int: 0; - value "state_info.flags" int: 0; - value "autoscroll" uchar: 0; - value "resizable" uchar: 0; - } - } - group "clients" list { - group "E_Config_Gadcon_Client" struct { - value "name" string: "ibox"; - value "geom.pos" int: 768; - value "geom.size" int: 32; - value "geom.res" int: 800; - value "geom.pos_x" double: 0.0000000000000000000000000; - value "geom.pos_y" double: 0.0000000000000000000000000; - value "geom.size_w" double: 0.0000000000000000000000000; - value "geom.size_h" double: 0.0000000000000000000000000; - value "state_info.seq" int: 0; - value "state_info.flags" int: 0; - value "autoscroll" uchar: 0; - value "resizable" uchar: 0; - } - } - } - } - group "gadcons" list { - group "E_Config_Gadcon" struct { - value "name" string: "gadman"; - value "id" int: 114; - } - } - group "gadcons" list { - group "E_Config_Gadcon" struct { - value "name" string: "gadman_top"; - value "id" int: 115; - } - } - group "shelves" list { - group "E_Config_Shelf" struct { - value "name" string: "shelf"; - value "id" int: 1; - value "container" int: 0; - value "zone" int: 0; - value "layer" int: 200; - value "popup" uchar: 1; - value "orient" int: 6; - value "fit_along" uchar: 1; - value "fit_size" uchar: 0; - value "style" string: "default"; - value "size" int: 40; - value "overlap" int: 0; - value "autohide" int: 0; - value "autohide_show_action" int: 0; - value "hide_timeout" float: 1.0000000000000000000000000; - value "hide_duration" float: 1.0000000000000000000000000; - value "desk_show_mode" int: 0; - group "desk_list" list { - group "E_Config_Shelf_Desk" struct { - value "x" int: 135642264; - value "y" int: 1; - } - } - } - } - group "shelves" list { - group "E_Config_Shelf" struct { - value "name" string: "shelf"; - value "id" int: 2; - value "container" int: 1; - value "zone" int: 0; - value "layer" int: 200; - value "popup" uchar: 1; - value "orient" int: 6; - value "fit_along" uchar: 1; - value "fit_size" uchar: 0; - value "style" string: "default"; - value "size" int: 40; - value "overlap" int: 0; - value "autohide" int: 0; - value "autohide_show_action" int: 0; - value "hide_timeout" float: 1.0000000000000000000000000; - value "hide_duration" float: 1.0000000000000000000000000; - value "desk_show_mode" int: 0; - group "desk_list" list { - group "E_Config_Shelf_Desk" struct { - value "x" int: 135642264; - value "y" int: 2; - } - } - } - } - group "shelves" list { - group "E_Config_Shelf" struct { - value "name" string: "shelf"; - value "id" int: 3; - value "container" int: 2; - value "zone" int: 0; - value "layer" int: 200; - value "popup" uchar: 1; - value "orient" int: 6; - value "fit_along" uchar: 1; - value "fit_size" uchar: 0; - value "style" string: "default"; - value "size" int: 40; - value "overlap" int: 0; - value "autohide" int: 0; - value "autohide_show_action" int: 0; - value "hide_timeout" float: 1.0000000000000000000000000; - value "hide_duration" float: 1.0000000000000000000000000; - value "desk_show_mode" int: 0; - group "desk_list" list { - group "E_Config_Shelf_Desk" struct { - value "x" int: 135642264; - value "y" int: 3; - } - } - } - } - group "shelves" list { - group "E_Config_Shelf" struct { - value "name" string: "shelf"; - value "id" int: 4; - value "container" int: 3; - value "zone" int: 0; - value "layer" int: 200; - value "popup" uchar: 1; - value "orient" int: 6; - value "fit_along" uchar: 1; - value "fit_size" uchar: 0; - value "style" string: "default"; - value "size" int: 40; - value "overlap" int: 0; - value "autohide" int: 0; - value "autohide_show_action" int: 0; - value "hide_timeout" float: 1.0000000000000000000000000; - value "hide_duration" float: 1.0000000000000000000000000; - value "desk_show_mode" int: 0; - group "desk_list" list { - group "E_Config_Shelf_Desk" struct { - value "x" int: 135642264; - value "y" int: 4; - } - } - } - } - value "font_hinting" int: 0; - value "desklock_auth_method" int: 0; - value "desklock_login_box_zone" int: -1; - value "desklock_start_locked" int: 0; - value "desklock_on_suspend" int: 0; - value "desklock_autolock_screensaver" int: 0; - value "desklock_post_screensaver_time" double: 0.0; - value "desklock_autolock_idle" int: 0; - value "desklock_autolock_idle_timeout" double: 300.0000000000000000000000000; - value "desklock_use_custom_desklock" int: 0; - value "desklock_ask_presentation" uchar: 1; - value "desklock_ask_presentation_timeout" double: 30; - value "display_res_restore" int: 0; - value "display_res_width" int: 1; - value "display_res_height" int: 1; - value "display_res_hz" int: 0; - value "display_res_rotation" int: 0; - value "screensaver_enable" int: 0; - value "screensaver_timeout" int: 0; - value "screensaver_interval" int: 5; - value "screensaver_blanking" int: 2; - value "screensaver_expose" int: 2; - value "screensaver_ask_presentation" uchar: 1; - value "screensaver_ask_presentation_timeout" double: 30; - value "dpms_enable" int: 0; - value "dpms_standby_enable" int: 0; - value "dpms_suspend_enable" int: 0; - value "dpms_off_enable" int: 0; - value "dpms_standby_timeout" int: 1; - value "dpms_suspend_timeout" int: 1; - value "dpms_off_timeout" int: 1; - value "clientlist_group_by" int: 0; - value "clientlist_include_all_zones" int: 0; - value "clientlist_separate_with" int: 0; - value "clientlist_sort_by" int: 0; - value "clientlist_separate_iconified_apps" int: 0; - value "clientlist_warp_to_iconified_desktop" int: 0; - value "clientlist_limit_caption_len" int: 0; - value "clientlist_max_caption_len" int: 2; - value "mouse_hand" int: 1; - value "mouse_accel_numerator" int: 2; - value "mouse_accel_denominator" int: 1; - value "mouse_accel_threshold" int: 4; - value "border_raise_on_mouse_action" int: 1; - value "border_raise_on_focus" int: 1; - value "desk_flip_wrap" int: 0; - value "fullscreen_flip" int: 1; - value "icon_theme" string: "Tango"; - value "icon_theme_overrides" uchar: 0; - value "desk_flip_animate_mode" int: 1; - value "desk_flip_animate_interpolation" int: 0; - value "desk_flip_animate_time" double: 0.5000000000000000000000000; - value "wallpaper_import_last_dev" string: "~/"; - value "wallpaper_import_last_path" string: "/"; - value "wallpaper_grad_c1_r" int: 0; - value "wallpaper_grad_c1_g" int: 0; - value "wallpaper_grad_c1_b" int: 0; - value "wallpaper_grad_c2_r" int: 255; - value "wallpaper_grad_c2_g" int: 255; - value "wallpaper_grad_c2_b" int: 255; - value "theme_default_border_style" string: "default"; - group "mime_icons" list { - group "E_Config_Mime_Icon" struct { - value "mime" string: "image/jpeg"; - value "icon" string: "THUMB"; - } - } - group "mime_icons" list { - group "E_Config_Mime_Icon" struct { - value "mime" string: "image/png"; - value "icon" string: "THUMB"; - } - } - group "mime_icons" list { - group "E_Config_Mime_Icon" struct { - value "mime" string: "image/x-pixmap"; - value "icon" string: "THUMB"; - } - } - group "mime_icons" list { - group "E_Config_Mime_Icon" struct { - value "mime" string: "image/x-xpixmap"; - value "icon" string: "THUMB"; - } - } - group "mime_icons" list { - group "E_Config_Mime_Icon" struct { - value "mime" string: "image/svg+xml"; - value "icon" string: "THUMB"; - } - } - group "mime_icons" list { - group "E_Config_Mime_Icon" struct { - value "mime" string: "image/gif"; - value "icon" string: "THUMB"; - } - } - group "mime_icons" list { - group "E_Config_Mime_Icon" struct { - value "mime" string: "image/tiff"; - value "icon" string: "THUMB"; - } - } - group "mime_icons" list { - group "E_Config_Mime_Icon" struct { - value "mime" string: "application/x-edje"; - value "icon" string: "THUMB"; - } - } - group "mime_icons" list { - group "E_Config_Mime_Icon" struct { - value "mime" string: "application/x-desktop"; - value "icon" string: "DESKTOP"; - } - } - value "desk_auto_switch" int: 0; - value "thumb_nice" int: 0; - value "menu_favorites_show" int: 1; - value "menu_apps_show" int: 1; - value "ping_clients_interval" int: 128; - value "cache_flush_poll_interval" int: 512; - value "thumbscroll_enable" int: 0; - value "thumbscroll_threshhold" int: 8; - value "thumbscroll_momentum_threshhold" double: 100.0000000000000000000000000; - value "thumbscroll_friction" double: 1.0000000000000000000000000; - value "dbus_desktop" int: 1; - value "border_keyboard.timeout" double: 5.0000000000000000000000000; - value "border_keyboard.move.dx" uchar: 5; - value "border_keyboard.move.dy" uchar: 5; - value "border_keyboard.resize.dx" uchar: 5; - value "border_keyboard.resize.dy" uchar: 5; - value "dbus_desktop" int: 1; - value "scale.min" double: 1.0000000000000000000000000; - value "scale.max" double: 3.0000000000000000000000000; - value "scale.factor" double: 1.0000000000000000000000000; - value "scale.base_dpi" int: 142; - value "scale.use_dpi" uchar: 1; - value "scale.use_custom" uchar: 0; - value "show_cursor" uchar: 1; - value "idle_cursor" uchar: 1; - value "default_system_menu" string: ""; - value "cfgdlg_normal_wins" uchar: 0; - value "syscon.main.icon_size" int: 64; - value "syscon.secondary.icon_size" int: 48; - value "syscon.extra.icon_size" int: 48; - value "syscon.timeout" double: 5.0; - value "syscon.do_input" uchar: 1; - group "syscon.actions" list { - group "E_Config_Syscon_Action" struct { - value "action" string: "halt"; - value "params" string: "now"; - value "button" string: "button"; - value "icon" string: "system-shutdown"; - value "is_main" int: 1; - } - } - group "syscon.actions" list { - group "E_Config_Syscon_Action" struct { - value "action" string: "suspend"; - value "params" string: "now"; - value "button" string: "button"; - value "icon" string: "system-suspend"; - value "is_main" int: 1; - } - } - group "syscon.actions" list { - group "E_Config_Syscon_Action" struct { - value "action" string: "desk_lock"; - value "button" string: "button"; - value "icon" string: "system-lock-screen"; - value "is_main" int: 1; - } - } - group "syscon.actions" list { - group "E_Config_Syscon_Action" struct { - value "action" string: "reboot"; - value "params" string: "now"; - value "button" string: "button"; - value "icon" string: "system-restart"; - value "is_main" int: 0; - } - } - group "syscon.actions" list { - group "E_Config_Syscon_Action" struct { - value "action" string: "hibernate"; - value "params" string: "now"; - value "button" string: "button"; - value "icon" string: "system-suspend-hibernate"; - value "is_main" int: 0; - } - } - group "syscon.actions" list { - group "E_Config_Syscon_Action" struct { - value "action" string: "logout"; - value "params" string: "now"; - value "button" string: "button"; - value "icon" string: "system-log-out"; - value "is_main" int: 0; - } - } - value "mode.presentation" uchar: 0; - value "mode.offline" uchar: 0; - value "exec.expire_timeout" double: 30.0; - value "exec.show_run_dialog" uchar: 1; - value "exec.show_exit_dialog" uchar: 1; -} diff --git a/config/netbook/icon.png b/config/netbook/icon.png deleted file mode 100644 index 15231384d..000000000 Binary files a/config/netbook/icon.png and /dev/null differ diff --git a/config/netbook/module.battery.src b/config/netbook/module.battery.src deleted file mode 100644 index 50e2f972f..000000000 --- a/config/netbook/module.battery.src +++ /dev/null @@ -1,6 +0,0 @@ -group "Battery_Config" struct { - value "poll_interval" int: 512; - value "alert" int: 30; - value "alert_p" int: 10; - value "alert_timeout" int: 0; -} diff --git a/config/netbook/module.conf.src b/config/netbook/module.conf.src deleted file mode 100644 index 336b9e6fc..000000000 --- a/config/netbook/module.conf.src +++ /dev/null @@ -1,4 +0,0 @@ -group "Config" struct { - value "version" int: 65677; - value "menu_augmentation" int: 0; -} diff --git a/config/netbook/module.cpufreq.src b/config/netbook/module.cpufreq.src deleted file mode 100644 index 5c9799494..000000000 --- a/config/netbook/module.cpufreq.src +++ /dev/null @@ -1,4 +0,0 @@ -group "Cpufreq_Config" struct { - value "poll_interval" int: 32; - value "restore_governor" int: 1; -} diff --git a/config/netbook/module.dropshadow.src b/config/netbook/module.dropshadow.src deleted file mode 100644 index b6ee9b400..000000000 --- a/config/netbook/module.dropshadow.src +++ /dev/null @@ -1,7 +0,0 @@ -group "Dropshadow_Config" struct { - value "shadow_x" int: 4; - value "shadow_y" int: 4; - value "blur_size" int: 10; - value "quality" int: 2; - value "shadow_darkness" double: 0.5000000000000000000000000; -} diff --git a/config/netbook/module.fileman.src b/config/netbook/module.fileman.src deleted file mode 100644 index b52a1fb11..000000000 --- a/config/netbook/module.fileman.src +++ /dev/null @@ -1,28 +0,0 @@ -group "Fileman_Config" struct { - value "config_version" int: 65793; - value "view.mode" int: 1; - value "view.open_dirs_in_place" uchar: 0; - value "view.selector" uchar: 0; - value "view.single_click" uchar: 0; - value "view.no_subdir_jump" uchar: 0; - value "view.no_subdir_drop" uchar: 0; - value "view.always_order" uchar: 0; - value "view.link_drop" uchar: 0; - value "view.fit_custom_pos" uchar: 0; - value "view.show_full_path" uchar: 0; - value "view.show_desktop_icons" uchar: 1; - value "view.show_toolbar" uchar: 0; - value "icon.icon.w" int: 48; - value "icon.icon.h" int: 48; - value "icon.list.w" int: 16; - value "icon.list.h" int: 16; - value "icon.fixed.w" uchar: 0; - value "icon.fixed.h" uchar: 0; - value "icon.extension.show" uchar: 1; - value "list.sort.no_case" uchar: 1; - value "list.sort.dirs.first" uchar: 1; - value "list.sort.dirs.last" uchar: 0; - value "selection.single" uchar: 0; - value "selection.windows_modifiers" uchar: 0; - value "theme.fixed" uchar: 0; -} diff --git a/config/netbook/module.ibar.src b/config/netbook/module.ibar.src deleted file mode 100644 index 55757663d..000000000 --- a/config/netbook/module.ibar.src +++ /dev/null @@ -1,18 +0,0 @@ -group "IBar_Config" struct { - group "items" list { - group "IBar_Config_Item" struct { - value "id" string: "0"; - value "dir" string: "default"; - value "show_label" int: 1; - value "eap_label" int: 0; - } - } - group "items" list { - group "IBar_Config_Item" struct { - value "id" string: "ibar.1"; - value "dir" string: "default"; - value "show_label" int: 1; - value "eap_label" int: 0; - } - } -} diff --git a/config/netbook/module.ibox.src b/config/netbook/module.ibox.src deleted file mode 100644 index 1126554a1..000000000 --- a/config/netbook/module.ibox.src +++ /dev/null @@ -1,20 +0,0 @@ -group "IBox_Config" struct { - group "items" list { - group "IBox_Config_Item" struct { - value "id" string: "0"; - value "show_label" int: 0; - value "show_zone" int: 1; - value "show_desk" int: 0; - value "icon_label" int: 0; - } - } - group "items" list { - group "IBox_Config_Item" struct { - value "id" string: "ibox.1"; - value "show_label" int: 0; - value "show_zone" int: 1; - value "show_desk" int: 0; - value "icon_label" int: 0; - } - } -} diff --git a/config/netbook/module.pager.src b/config/netbook/module.pager.src deleted file mode 100644 index 82a0a3ae9..000000000 --- a/config/netbook/module.pager.src +++ /dev/null @@ -1,15 +0,0 @@ -group "Pager_Config" struct { - value "popup" uint: 1; - value "popup_speed" double: 1.0000000000000000000000000; - value "popup_urgent" uint: 0; - value "popup_urgent_stick" uint: 0; - value "popup_urgent_speed" double: 1.5000000000000000000000000; - value "show_desk_names" uint: 1; - value "popup_height" int: 60; - value "popup_act_height" int: 60; - value "drag_resist" uint: 3; - value "btn_drag" uchar: 1; - value "btn_noplace" uchar: 2; - value "btn_desk" uchar: 0; - value "flip_desk" uchar: 0; -} diff --git a/config/netbook/module.temperature.src b/config/netbook/module.temperature.src deleted file mode 100644 index dcad5332e..000000000 --- a/config/netbook/module.temperature.src +++ /dev/null @@ -1,13 +0,0 @@ -group "Temperature_Config" struct { - group "faces" hash { - key "temperature.1"; - group "Temperature_Config_Face" struct { - value "id" string: "temperature.1"; - value "poll_interval" int: 128; - value "low" int: 30; - value "high" int: 80; - value "sensor_type" int: 0; - value "units" int: 0; - } - } -} diff --git a/config/netbook/profile.desktop b/config/netbook/profile.desktop deleted file mode 100644 index a4ac93532..000000000 --- a/config/netbook/profile.desktop +++ /dev/null @@ -1,23 +0,0 @@ -[Desktop Entry] -Type=Link -Name=Netbook -Name[ru]=Netbook -Name[el]=Netbook -Name[eo]=Komputileto -Name[ja]=ネットブック -Name[tr_TR]=Netbook -Name[zh_CN]=上网本 -Name[pt]=Mini-portátil -Icon=icon.png -Comment=If you have a very
small, low-powered laptop
(also known as Netbooks),
then this profile is for
you. It has heavier
features turned off
to save resources. -Comment[ru]=Если у Вас небольшой,
маломощный ноутбук
(так же Netbook, Недобук),
тогда этот профиль для вас.
Все тяжелые элементы
отключены для сбережения
ресурсов системы. -Comment[cs]=Pokud máte malý
laptop s nízkou spotřebou
(známé jako Netbooky),
pak je tento profil
pro vás. Má náročnější
funkce vypnuty,
aby se ušetřily systémové prostředky. -Comment[it]=Se avete un portatile molto piccolo e con
poca potenza (noti anche come Netbook),
allora questo profilo fa per voi.
In questo sono state disattivate le
funzionalità più pesanti per
risparmiare risorse. -Comment[hu]=Ha egy kicsi erőforrással
bíró eszközöd van, laptop,
akkor ez a számodraKevés erőforrást igényel. -Comment[fr]=Si vous avez un ordinateur portable de petites
dimensions et de faible puissance du type
mini-portable, c'est le profil approprié.
Les fonctionnalités les plus gourmandes
en ressources sont désactivées. -Comment[el]=Αν έχετε ένα πολύ
μικρό, χαμηλής κατανάλωσης laptop
(γνωστά και ως Netbooks),
τότε αυτό το προφίλ είναι για εσάς.
Έχει απενεργοποιημένα τα "βαριά"
χαρακτηριστικά για να λειτουργεί
πιο γρήγορα. -Comment[eo]=Se vi havas malgrandegan,
malaltpotencan tekokomputilo
(ankaŭ nomata komputileto),
do tiu profilo estas taŭga por
vi. Ĝia plej pezaj eblecoj
estas malŝaltitaj. -Comment[ja]=非力なラップトップ(別名ネットブック)をお使いなら、
このプロファイルを利用してください。
処理の重い機能を無効にしてリソースを節約しています。 -Comment[tr_TR]=Eğer düşük güçlü bir donanıma sahipseniz (Netbook mesela)
, o zaman bu seçenek size göre.
Bu seçenekte fazla güç tüketen özellikler,
kaynakları korumak adına kapatılmıştır. -Comment[zh_CN]=为上网本设计的设置主题,关闭许多特性以节约资源。 -Comment[pt]=Se você possui um pequeno portátil, também conhecido como netbook, este é o perfil ideal para si.
Tem as funcionalidades mais intensas desligadas de modo a poupar recursos diff --git a/config/scaleable/.cvsignore b/config/scaleable/.cvsignore deleted file mode 100644 index cd2c9ce8d..000000000 --- a/config/scaleable/.cvsignore +++ /dev/null @@ -1,3 +0,0 @@ -Makefile -Makefile.in -*.cfg diff --git a/config/scaleable/Makefile.am b/config/scaleable/Makefile.am deleted file mode 100644 index 62b0d2418..000000000 --- a/config/scaleable/Makefile.am +++ /dev/null @@ -1,43 +0,0 @@ -MAINTAINERCLEANFILES = Makefile.in - -EET_EET = @eet_eet@ - -EXTRA_DIST = \ - profile.desktop \ - icon.png \ - e.src \ - module.battery.src \ - module.cpufreq.src \ - module.dropshadow.src \ - module.fileman.src \ - module.ibar.src \ - module.ibox.src \ - module.pager.src \ - module.temperature.src \ - module.conf.src - -filesdir = $(datadir)/enlightenment/data/config/scaleable -files_DATA = \ - profile.desktop \ - icon.png \ - e.cfg \ - module.battery.cfg \ - module.cpufreq.cfg \ - module.dropshadow.cfg \ - module.fileman.cfg \ - module.ibar.cfg \ - module.ibox.cfg \ - module.pager.cfg \ - module.temperature.cfg \ - module.conf.cfg - -SUFFIXES = .cfg - -.src.cfg: - $(EET_EET) -e \ - $(top_builddir)/config/scaleable/$@ config \ - $< 1 - -clean-local: - rm -rf *.cfg *~ - diff --git a/config/scaleable/e.src b/config/scaleable/e.src deleted file mode 100644 index 66892c9ed..000000000 --- a/config/scaleable/e.src +++ /dev/null @@ -1,1953 +0,0 @@ -group "E_Config" struct { - value "config_version" int: 65847; - value "show_splash" int: 1; - value "init_default_theme" string: "default.edj"; - value "desktop_default_name" string: "Desktop %i, %i"; - value "menus_scroll_speed" double: 1000.0000000000000000000000000; - value "menus_fast_mouse_move_threshhold" double: 300.0000000000000000000000000; - value "menus_click_drag_timeout" double: 0.2500000000000000000000000; - value "border_shade_animate" int: 1; - value "border_shade_transition" int: 3; - value "border_shade_speed" double: 3000.0000000000000000000000000; - value "framerate" double: 60.0000000000000000000000000; - value "priority" int: 1; - value "image_cache" int: 4096; - value "font_cache" int: 512; - value "edje_cache" int: 32; - value "edje_collection_cache" int: 64; - value "zone_desks_x_count" int: 4; - value "zone_desks_y_count" int: 1; - value "use_virtual_roots" int: 0; - value "show_desktop_icons" int: 1; - value "edge_flip_dragging" int: 1; - value "evas_engine_default" int: 1; - value "evas_engine_container" int: 0; - value "evas_engine_init" int: 0; - value "evas_engine_menus" int: 0; - value "evas_engine_borders" int: 0; - value "evas_engine_errors" int: 0; - value "evas_engine_popups" int: 0; - value "evas_engine_drag" int: 0; - value "evas_engine_win" int: 0; - value "evas_engine_zone" int: 0; - value "use_composite" int: 0; - value "language" string: "en_US.UTF-8"; - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "mixer"; - value "enabled" uchar: 1; - value "delayed" uchar: 0; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "conf_window_remembers"; - value "enabled" uchar: 1; - value "delayed" uchar: 1; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "conf_interaction"; - value "enabled" uchar: 1; - value "delayed" uchar: 1; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "fileman"; - value "enabled" uchar: 1; - value "delayed" uchar: 1; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "conf_window_manipulation"; - value "enabled" uchar: 1; - value "delayed" uchar: 1; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "conf_theme"; - value "enabled" uchar: 1; - value "delayed" uchar: 1; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "conf_shelves"; - value "enabled" uchar: 1; - value "delayed" uchar: 1; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "conf_performance"; - value "enabled" uchar: 1; - value "delayed" uchar: 1; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "conf_edgebindings"; - value "enabled" uchar: 1; - value "delayed" uchar: 1; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "conf_paths"; - value "enabled" uchar: 1; - value "delayed" uchar: 1; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "conf_menus"; - value "enabled" uchar: 1; - value "delayed" uchar: 1; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "conf_keybindings"; - value "enabled" uchar: 1; - value "delayed" uchar: 1; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "conf_intl"; - value "enabled" uchar: 1; - value "delayed" uchar: 1; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "conf_display"; - value "enabled" uchar: 1; - value "delayed" uchar: 1; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "conf_dialogs"; - value "enabled" uchar: 1; - value "delayed" uchar: 1; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "conf_applications"; - value "enabled" uchar: 1; - value "delayed" uchar: 1; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "conf"; - value "enabled" uchar: 1; - value "delayed" uchar: 1; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "winlist"; - value "enabled" uchar: 1; - value "delayed" uchar: 1; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "pager"; - value "enabled" uchar: 1; - value "delayed" uchar: 0; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "temperature"; - value "enabled" uchar: 1; - value "delayed" uchar: 0; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "cpufreq"; - value "enabled" uchar: 1; - value "delayed" uchar: 0; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "battery"; - value "enabled" uchar: 1; - value "delayed" uchar: 0; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "clock"; - value "enabled" uchar: 1; - value "delayed" uchar: 0; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "dropshadow"; - value "enabled" uchar: 1; - value "delayed" uchar: 0; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "ibox"; - value "enabled" uchar: 1; - value "delayed" uchar: 0; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "ibar"; - value "enabled" uchar: 1; - value "delayed" uchar: 0; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "start"; - value "enabled" uchar: 1; - value "delayed" uchar: 0; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "gadman"; - value "enabled" uchar: 1; - value "delayed" uchar: 0; - value "priority" int: -100; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "syscon"; - value "enabled" uchar: 1; - value "delayed" uchar: 1; - value "priority" int: 0; - } - } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "shot"; - value "enabled" uchar: 1; - value "delayed" uchar: 1; - value "priority" int: 0; - } - } - group "themes" list { - group "E_Config_Theme" struct { - value "category" string: "theme"; - value "file" string: "default.edj"; - } - } - group "mouse_bindings" list { - group "E_Config_Binding_Mouse" struct { - value "context" int: 2; - value "modifiers" int: 4; - value "action" string: "window_move"; - value "button" uchar: 1; - value "any_mod" uchar: 0; - } - } - group "mouse_bindings" list { - group "E_Config_Binding_Mouse" struct { - value "context" int: 2; - value "modifiers" int: 4; - value "action" string: "window_resize"; - value "button" uchar: 2; - value "any_mod" uchar: 0; - } - } - group "mouse_bindings" list { - group "E_Config_Binding_Mouse" struct { - value "context" int: 2; - value "modifiers" int: 4; - value "action" string: "window_menu"; - value "button" uchar: 3; - value "any_mod" uchar: 0; - } - } - group "mouse_bindings" list { - group "E_Config_Binding_Mouse" struct { - value "context" int: 3; - value "modifiers" int: 0; - value "action" string: "menu_show"; - value "params" string: "main"; - value "button" uchar: 1; - value "any_mod" uchar: 0; - } - } - group "mouse_bindings" list { - group "E_Config_Binding_Mouse" struct { - value "context" int: 3; - value "modifiers" int: 0; - value "action" string: "menu_show"; - value "params" string: "clients"; - value "button" uchar: 2; - value "any_mod" uchar: 0; - } - } - group "mouse_bindings" list { - group "E_Config_Binding_Mouse" struct { - value "context" int: 3; - value "modifiers" int: 0; - value "action" string: "menu_show"; - value "params" string: "favorites"; - value "button" uchar: 3; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 5; - value "key" string: "Left"; - value "action" string: "desk_flip_by"; - value "params" string: "-1 0"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 5; - value "key" string: "Right"; - value "action" string: "desk_flip_by"; - value "params" string: "1 0"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 5; - value "key" string: "Up"; - value "action" string: "desk_flip_by"; - value "params" string: "0 -1"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 5; - value "key" string: "Down"; - value "action" string: "desk_flip_by"; - value "params" string: "0 1"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 6; - value "key" string: "Up"; - value "action" string: "window_raise"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 6; - value "key" string: "Down"; - value "action" string: "window_lower"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 6; - value "key" string: "x"; - value "action" string: "window_close"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 6; - value "key" string: "k"; - value "action" string: "window_kill"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 6; - value "key" string: "w"; - value "action" string: "window_menu"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 6; - value "key" string: "s"; - value "action" string: "window_sticky_toggle"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 6; - value "key" string: "i"; - value "action" string: "window_iconic_toggle"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 6; - value "key" string: "f"; - value "action" string: "window_maximized_toggle"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 1; - value "key" string: "F10"; - value "action" string: "window_maximized_toggle"; - value "params" string: "default vertical"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 5; - value "key" string: "F10"; - value "action" string: "window_maximized_toggle"; - value "params" string: "default horizontal"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 6; - value "key" string: "r"; - value "action" string: "window_shaded_toggle"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 6; - value "key" string: "Left"; - value "action" string: "desk_linear_flip_by"; - value "params" string: "-1"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 6; - value "key" string: "Right"; - value "action" string: "desk_linear_flip_by"; - value "params" string: "1"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 4; - value "key" string: "F1"; - value "action" string: "desk_linear_flip_to"; - value "params" string: "0"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 4; - value "key" string: "F2"; - value "action" string: "desk_linear_flip_to"; - value "params" string: "1"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 4; - value "key" string: "F3"; - value "action" string: "desk_linear_flip_to"; - value "params" string: "2"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 4; - value "key" string: "F4"; - value "action" string: "desk_linear_flip_to"; - value "params" string: "3"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 4; - value "key" string: "F5"; - value "action" string: "desk_linear_flip_to"; - value "params" string: "4"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 4; - value "key" string: "F6"; - value "action" string: "desk_linear_flip_to"; - value "params" string: "5"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 4; - value "key" string: "F7"; - value "action" string: "desk_linear_flip_to"; - value "params" string: "6"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 4; - value "key" string: "F8"; - value "action" string: "desk_linear_flip_to"; - value "params" string: "7"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 4; - value "key" string: "F9"; - value "action" string: "desk_linear_flip_to"; - value "params" string: "8"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 4; - value "key" string: "F10"; - value "action" string: "desk_linear_flip_to"; - value "params" string: "9"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 4; - value "key" string: "F11"; - value "action" string: "desk_linear_flip_to"; - value "params" string: "10"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 4; - value "key" string: "F12"; - value "action" string: "desk_linear_flip_to"; - value "params" string: "11"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 6; - value "key" string: "m"; - value "action" string: "menu_show"; - value "params" string: "main"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 6; - value "key" string: "a"; - value "action" string: "menu_show"; - value "params" string: "favorites"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 0; - value "key" string: "Menu"; - value "action" string: "menu_show"; - value "params" string: "main"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 2; - value "key" string: "Menu"; - value "action" string: "menu_show"; - value "params" string: "clients"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 4; - value "key" string: "Menu"; - value "action" string: "menu_show"; - value "params" string: "favorites"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 6; - value "key" string: "Insert"; - value "action" string: "exec"; - value "params" string: "Eterm"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 4; - value "key" string: "Tab"; - value "action" string: "winlist"; - value "params" string: "next"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 5; - value "key" string: "Tab"; - value "action" string: "winlist"; - value "params" string: "prev"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 6; - value "key" string: "End"; - value "action" string: "restart"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 6; - value "key" string: "Delete"; - value "action" string: "syscon"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 6; - value "key" string: "l"; - value "action" string: "desk_lock"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 6; - value "key" string: "d"; - value "action" string: "desk_deskshow_toggle"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 3; - value "key" string: "Left"; - value "action" string: "screen_send_by"; - value "params" string: "-1"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 3; - value "key" string: "Right"; - value "action" string: "screen_send_by"; - value "params" string: "1"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 3; - value "key" string: "F1"; - value "action" string: "screen_send_to"; - value "params" string: "0"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 3; - value "key" string: "F2"; - value "action" string: "screen_send_to"; - value "params" string: "1"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 3; - value "key" string: "F3"; - value "action" string: "screen_send_to"; - value "params" string: "2"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 3; - value "key" string: "F4"; - value "action" string: "screen_send_to"; - value "params" string: "3"; - value "any_mod" uchar: 0; - } - } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 0; - value "key" string: "Print"; - value "action" string: "shot"; - value "any_mod" uchar: 0; - } - } - group "edge_bindings" list { - group "E_Config_Binding_Edge" struct { - value "context" int: 3; - value "modifiers" int: 0; - value "action" string: "desk_flip_in_direction"; - value "edge" uchar: 1; - value "any_mod" uchar: 0; - value "delay" float: 0.3000000000000000000000000; - } - } - group "edge_bindings" list { - group "E_Config_Binding_Edge" struct { - value "context" int: 3; - value "modifiers" int: 0; - value "action" string: "desk_flip_in_direction"; - value "edge" uchar: 2; - value "any_mod" uchar: 0; - value "delay" float: 0.3000000000000000000000000; - } - } - group "edge_bindings" list { - group "E_Config_Binding_Edge" struct { - value "context" int: 3; - value "modifiers" int: 0; - value "action" string: "desk_flip_in_direction"; - value "edge" uchar: 3; - value "any_mod" uchar: 0; - value "delay" float: 0.3000000000000000000000000; - } - } - group "edge_bindings" list { - group "E_Config_Binding_Edge" struct { - value "context" int: 3; - value "modifiers" int: 0; - value "action" string: "desk_flip_in_direction"; - value "edge" uchar: 4; - value "any_mod" uchar: 0; - value "delay" float: 0.3000000000000000000000000; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,down,1,double"; - value "source" string: "e.event.titlebar"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_shaded_toggle"; - value "params" string: "up"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,down,2"; - value "source" string: "e.event.titlebar"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_shaded_toggle"; - value "params" string: "up"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,wheel,?,1"; - value "source" string: "e.event.titlebar"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_shaded"; - value "params" string: "0 up"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,wheel,?,-1"; - value "source" string: "e.event.titlebar"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_shaded"; - value "params" string: "1 up"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,clicked,3"; - value "source" string: "e.event.titlebar"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_menu"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,clicked,?"; - value "source" string: "e.event.icon"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_menu"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,clicked,[12]"; - value "source" string: "e.event.close"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_close"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,clicked,3"; - value "source" string: "e.event.close"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_kill"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,clicked,1"; - value "source" string: "e.event.maximize"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_maximized_toggle"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,clicked,2"; - value "source" string: "e.event.maximize"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_maximized_toggle"; - value "params" string: "smart"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,clicked,3"; - value "source" string: "e.event.maximize"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_maximized_toggle"; - value "params" string: "expand"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,clicked,?"; - value "source" string: "e.event.minimize"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_iconic_toggle"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,clicked,?"; - value "source" string: "e.event.shade"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_shaded_toggle"; - value "params" string: "up"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,clicked,?"; - value "source" string: "e.event.lower"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_lower"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,down,1"; - value "source" string: "e.event.icon"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_drag_icon"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,down,1"; - value "source" string: "e.event.titlebar"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_move"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,up,1"; - value "source" string: "e.event.titlebar"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_move"; - value "params" string: "end"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,down,1"; - value "source" string: "e.event.resize.tl"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_resize"; - value "params" string: "tl"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,down,1"; - value "source" string: "e.event.resize.t"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_resize"; - value "params" string: "t"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,down,1"; - value "source" string: "e.event.resize.tr"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_resize"; - value "params" string: "tr"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,down,1"; - value "source" string: "e.event.resize.r"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_resize"; - value "params" string: "r"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,down,1"; - value "source" string: "e.event.resize.br"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_resize"; - value "params" string: "br"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,down,1"; - value "source" string: "e.event.resize.b"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_resize"; - value "params" string: "b"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,down,1"; - value "source" string: "e.event.resize.bl"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_resize"; - value "params" string: "bl"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,down,1"; - value "source" string: "e.event.resize.l"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_resize"; - value "params" string: "l"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,up,1"; - value "source" string: "e.event.resize.*"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_resize"; - value "params" string: "end"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,down,3"; - value "source" string: "e.event.resize.*"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_move"; - } - } - group "signal_bindings" list { - group "E_Config_Binding_Signal" struct { - value "context" int: 2; - value "signal" string: "mouse,up,3"; - value "source" string: "e.event.resize.*"; - value "modifiers" int: 0; - value "any_mod" uchar: 1; - value "action" string: "window_move"; - value "params" string: "end"; - } - } - group "wheel_bindings" list { - group "E_Config_Binding_Wheel" struct { - value "context" int: 4; - value "direction" int: 0; - value "z" int: -1; - value "modifiers" int: 4; - value "any_mod" uchar: 0; - value "action" string: "desk_linear_flip_by"; - value "params" string: "-1"; - } - } - group "wheel_bindings" list { - group "E_Config_Binding_Wheel" struct { - value "context" int: 4; - value "direction" int: 1; - value "z" int: -1; - value "modifiers" int: 4; - value "any_mod" uchar: 0; - value "action" string: "desk_linear_flip_by"; - value "params" string: "-1"; - } - } - group "wheel_bindings" list { - group "E_Config_Binding_Wheel" struct { - value "context" int: 4; - value "direction" int: 0; - value "z" int: 1; - value "modifiers" int: 4; - value "any_mod" uchar: 0; - value "action" string: "desk_linear_flip_by"; - value "params" string: "1"; - } - } - group "wheel_bindings" list { - group "E_Config_Binding_Wheel" struct { - value "context" int: 4; - value "direction" int: 1; - value "z" int: 1; - value "modifiers" int: 4; - value "any_mod" uchar: 0; - value "action" string: "desk_linear_flip_by"; - value "params" string: "1"; - } - } - group "wheel_bindings" list { - group "E_Config_Binding_Wheel" struct { - value "context" int: 2; - value "direction" int: 0; - value "z" int: -1; - value "modifiers" int: 4; - value "any_mod" uchar: 0; - value "action" string: "desk_linear_flip_by"; - value "params" string: "-1"; - } - } - group "wheel_bindings" list { - group "E_Config_Binding_Wheel" struct { - value "context" int: 2; - value "direction" int: 1; - value "z" int: -1; - value "modifiers" int: 4; - value "any_mod" uchar: 0; - value "action" string: "desk_linear_flip_by"; - value "params" string: "-1"; - } - } - group "wheel_bindings" list { - group "E_Config_Binding_Wheel" struct { - value "context" int: 2; - value "direction" int: 0; - value "z" int: 1; - value "modifiers" int: 4; - value "any_mod" uchar: 0; - value "action" string: "desk_linear_flip_by"; - value "params" string: "1"; - } - } - group "wheel_bindings" list { - group "E_Config_Binding_Wheel" struct { - value "context" int: 2; - value "direction" int: 1; - value "z" int: 1; - value "modifiers" int: 4; - value "any_mod" uchar: 0; - value "action" string: "desk_linear_flip_by"; - value "params" string: "1"; - } - } - group "wheel_bindings" list { - group "E_Config_Binding_Wheel" struct { - value "context" int: 8; - value "direction" int: 0; - value "z" int: -1; - value "modifiers" int: 4; - value "any_mod" uchar: 0; - value "action" string: "desk_linear_flip_by"; - value "params" string: "-1"; - } - } - group "wheel_bindings" list { - group "E_Config_Binding_Wheel" struct { - value "context" int: 8; - value "direction" int: 1; - value "z" int: -1; - value "modifiers" int: 4; - value "any_mod" uchar: 0; - value "action" string: "desk_linear_flip_by"; - value "params" string: "-1"; - } - } - group "wheel_bindings" list { - group "E_Config_Binding_Wheel" struct { - value "context" int: 8; - value "direction" int: 0; - value "z" int: 1; - value "modifiers" int: 4; - value "any_mod" uchar: 0; - value "action" string: "desk_linear_flip_by"; - value "params" string: "1"; - } - } - group "wheel_bindings" list { - group "E_Config_Binding_Wheel" struct { - value "context" int: 8; - value "direction" int: 1; - value "z" int: 1; - value "modifiers" int: 4; - value "any_mod" uchar: 0; - value "action" string: "desk_linear_flip_by"; - value "params" string: "1"; - } - } - value "window_placement_policy" int: 0; - value "focus_policy" int: 2; - value "focus_setting" int: 3; - value "pass_click_on" int: 1; - value "always_click_to_raise" int: 0; - value "always_click_to_focus" int: 0; - value "use_auto_raise" int: 0; - value "auto_raise_delay" double: 0.5000000000000000000000000; - value "use_resist" int: 1; - value "drag_resist" int: 16; - value "desk_resist" int: 32; - value "window_resist" int: 12; - value "gadget_resist" int: 32; - value "geometry_auto_resize_limit" int: 1; - value "geometry_auto_move" int: 1; - value "winlist_warp_while_selecting" int: 1; - value "winlist_warp_at_end" int: 1; - value "winlist_warp_speed" double: 0.1000000000000000055511151; - value "winlist_scroll_animate" int: 1; - value "winlist_scroll_speed" double: 0.1000000000000000055511151; - value "winlist_list_show_iconified" int: 1; - value "winlist_list_show_other_desk_iconified" int: 1; - value "winlist_list_show_other_screen_iconified" int: 0; - value "winlist_list_show_other_desk_windows" int: 0; - value "winlist_list_show_other_screen_windows" int: 0; - value "winlist_list_uncover_while_selecting" int: 0; - value "winlist_list_jump_desk_while_selecting" int: 0; - value "winlist_list_focus_while_selecting" int: 1; - value "winlist_list_raise_while_selecting" int: 1; - value "winlist_pos_align_x" double: 0.5000000000000000000000000; - value "winlist_pos_align_y" double: 0.5000000000000000000000000; - value "winlist_pos_size_w" double: 0.5000000000000000000000000; - value "winlist_pos_size_h" double: 0.5000000000000000000000000; - value "winlist_pos_min_w" int: 0; - value "winlist_pos_min_h" int: 0; - value "winlist_pos_max_w" int: 320; - value "winlist_pos_max_h" int: 320; - value "maximize_policy" int: 50; - value "allow_manip" int: 0; - value "border_fix_on_shelf_toggle" int: 0; - value "allow_above_fullscreen" int: 0; - value "kill_if_close_not_possible" int: 1; - value "kill_process" int: 1; - value "kill_timer_wait" double: 10.0000000000000000000000000; - value "ping_clients" int: 1; - value "transition_desk" string: "vswipe"; - value "transition_change" string: "crossfade"; - value "remember_internal_windows" int: 0; - value "move_info_follows" int: 1; - value "resize_info_follows" int: 1; - value "move_info_visible" int: 1; - value "resize_info_visible" int: 1; - value "focus_last_focused_per_desktop" int: 1; - value "focus_revert_on_hide_or_close" int: 1; - value "pointer_slide" int: 1; - value "use_e_cursor" int: 1; - value "cursor_size" int: 32; - value "menu_autoscroll_margin" int: 0; - value "menu_autoscroll_cursor_margin" int: 1; - value "transient.move" int: 1; - value "transient.resize" int: 0; - value "transient.raise" int: 1; - value "transient.lower" int: 1; - value "transient.layer" int: 1; - value "transient.desktop" int: 1; - value "transient.iconify" int: 1; - value "modal_windows" int: 1; - value "menu_eap_name_show" int: 1; - value "menu_eap_generic_show" int: 1; - value "menu_eap_comment_show" int: 0; - value "menu_gadcon_client_toplevel" int: 0; - value "fullscreen_policy" int: 0; - value "exebuf_max_exe_list" int: 20; - value "exebuf_max_eap_list" int: 20; - value "exebuf_max_hist_list" int: 20; - value "exebuf_scroll_animate" int: 1; - value "exebuf_scroll_speed" double: 0.1000000000000000055511151; - value "exebuf_pos_align_x" double: 0.5000000000000000000000000; - value "exebuf_pos_align_y" double: 0.5000000000000000000000000; - value "exebuf_pos_size_w" double: 0.7500000000000000000000000; - value "exebuf_pos_size_h" double: 0.2500000000000000000000000; - value "exebuf_pos_min_w" int: 200; - value "exebuf_pos_min_h" int: 160; - value "exebuf_pos_max_w" int: 400; - value "exebuf_pos_max_h" int: 320; - value "exebuf_term_cmd" string: "xterm -hold -e"; - value "use_app_icon" int: 0; - value "cnfmdlg_disabled" int: 0; - value "cfgdlg_auto_apply" int: 0; - value "cfgdlg_default_mode" int: 0; - group "gadcons" list { - group "E_Config_Gadcon" struct { - value "name" string: "shelf"; - value "id" int: 1; - group "clients" list { - group "E_Config_Gadcon_Client" struct { - value "name" string: "start"; - value "id" string: "start"; - value "geom.pos" int: 0; - value "geom.size" int: 32; - value "geom.res" int: 800; - value "geom.pos_x" double: 0.0000000000000000000000000; - value "geom.pos_y" double: 0.0000000000000000000000000; - value "geom.size_w" double: 0.0000000000000000000000000; - value "geom.size_h" double: 0.0000000000000000000000000; - value "state_info.seq" int: 2; - value "state_info.flags" int: 0; - value "style" string: "plain"; - value "autoscroll" uchar: 0; - value "resizable" uchar: 0; - } - } - group "clients" list { - group "E_Config_Gadcon_Client" struct { - value "name" string: "pager"; - value "id" string: "pager"; - value "geom.pos" int: 32; - value "geom.size" int: 120; - value "geom.res" int: 800; - value "geom.pos_x" double: 0.0000000000000000000000000; - value "geom.pos_y" double: 0.0000000000000000000000000; - value "geom.size_w" double: 0.0000000000000000000000000; - value "geom.size_h" double: 0.0000000000000000000000000; - value "state_info.seq" int: 3; - value "state_info.flags" int: 0; - value "style" string: "inset"; - value "autoscroll" uchar: 0; - value "resizable" uchar: 0; - } - } - group "clients" list { - group "E_Config_Gadcon_Client" struct { - value "name" string: "ibox"; - value "id" string: "ibox.1"; - value "geom.pos" int: 152; - value "geom.size" int: 32; - value "geom.res" int: 800; - value "geom.pos_x" double: 0.0000000000000000000000000; - value "geom.pos_y" double: 0.0000000000000000000000000; - value "geom.size_w" double: 0.0000000000000000000000000; - value "geom.size_h" double: 0.0000000000000000000000000; - value "state_info.seq" int: 4; - value "state_info.flags" int: 0; - value "style" string: "inset"; - value "autoscroll" uchar: 0; - value "resizable" uchar: 0; - } - } - group "clients" list { - group "E_Config_Gadcon_Client" struct { - value "name" string: "ibar"; - value "id" string: "ibar.1"; - value "geom.pos" int: 350; - value "geom.size" int: 200; - value "geom.res" int: 800; - value "geom.pos_x" double: 0.0000000000000000000000000; - value "geom.pos_y" double: 0.0000000000000000000000000; - value "geom.size_w" double: 0.0000000000000000000000000; - value "geom.size_h" double: 0.0000000000000000000000000; - value "state_info.seq" int: 5; - value "state_info.flags" int: 0; - value "style" string: "inset"; - value "autoscroll" uchar: 0; - value "resizable" uchar: 0; - } - } - group "clients" list { - group "E_Config_Gadcon_Client" struct { - value "name" string: "temperature"; - value "id" string: "temperature.1"; - value "geom.pos" int: 672; - value "geom.size" int: 32; - value "geom.res" int: 800; - value "geom.pos_x" double: 0.0000000000000000000000000; - value "geom.pos_y" double: 0.0000000000000000000000000; - value "geom.size_w" double: 0.0000000000000000000000000; - value "geom.size_h" double: 0.0000000000000000000000000; - value "state_info.seq" int: 6; - value "state_info.flags" int: 0; - value "style" string: "plain"; - value "autoscroll" uchar: 0; - value "resizable" uchar: 0; - } - } - group "clients" list { - group "E_Config_Gadcon_Client" struct { - value "name" string: "cpufreq"; - value "id" string: "cpufreq"; - value "geom.pos" int: 704; - value "geom.size" int: 32; - value "geom.res" int: 800; - value "geom.pos_x" double: 0.0000000000000000000000000; - value "geom.pos_y" double: 0.0000000000000000000000000; - value "geom.size_w" double: 0.0000000000000000000000000; - value "geom.size_h" double: 0.0000000000000000000000000; - value "state_info.seq" int: 7; - value "state_info.flags" int: 0; - value "style" string: "plain"; - value "autoscroll" uchar: 0; - value "resizable" uchar: 0; - } - } - group "clients" list { - group "E_Config_Gadcon_Client" struct { - value "name" string: "battery"; - value "id" string: "battery"; - value "geom.pos" int: 736; - value "geom.size" int: 32; - value "geom.res" int: 800; - value "geom.pos_x" double: 0.0000000000000000000000000; - value "geom.pos_y" double: 0.0000000000000000000000000; - value "geom.size_w" double: 0.0000000000000000000000000; - value "geom.size_h" double: 0.0000000000000000000000000; - value "state_info.seq" int: 8; - value "state_info.flags" int: 0; - value "style" string: "plain"; - value "autoscroll" uchar: 0; - value "resizable" uchar: 0; - } - } - group "clients" list { - group "E_Config_Gadcon_Client" struct { - value "name" string: "clock"; - value "id" string: "clock"; - value "geom.pos" int: 768; - value "geom.size" int: 32; - value "geom.res" int: 800; - value "geom.pos_x" double: 0.0000000000000000000000000; - value "geom.pos_y" double: 0.0000000000000000000000000; - value "geom.size_w" double: 0.0000000000000000000000000; - value "geom.size_h" double: 0.0000000000000000000000000; - value "state_info.seq" int: 9; - value "state_info.flags" int: 0; - value "style" string: "plain"; - value "autoscroll" uchar: 0; - value "resizable" uchar: 0; - } - } - } - } - group "gadcons" list { - group "E_Config_Gadcon" struct { - value "name" string: "shelf"; - value "id" int: 2; - group "clients" list { - group "E_Config_Gadcon_Client" struct { - value "name" string: "pager"; - value "geom.pos" int: 0; - value "geom.size" int: 120; - value "geom.res" int: 800; - value "geom.pos_x" double: 0.0000000000000000000000000; - value "geom.pos_y" double: 0.0000000000000000000000000; - value "geom.size_w" double: 0.0000000000000000000000000; - value "geom.size_h" double: 0.0000000000000000000000000; - value "state_info.seq" int: 0; - value "state_info.flags" int: 0; - value "autoscroll" uchar: 0; - value "resizable" uchar: 0; - } - } - group "clients" list { - group "E_Config_Gadcon_Client" struct { - value "name" string: "ibox"; - value "geom.pos" int: 768; - value "geom.size" int: 32; - value "geom.res" int: 800; - value "geom.pos_x" double: 0.0000000000000000000000000; - value "geom.pos_y" double: 0.0000000000000000000000000; - value "geom.size_w" double: 0.0000000000000000000000000; - value "geom.size_h" double: 0.0000000000000000000000000; - value "state_info.seq" int: 0; - value "state_info.flags" int: 0; - value "autoscroll" uchar: 0; - value "resizable" uchar: 0; - } - } - } - } - group "gadcons" list { - group "E_Config_Gadcon" struct { - value "name" string: "shelf"; - value "id" int: 3; - group "clients" list { - group "E_Config_Gadcon_Client" struct { - value "name" string: "pager"; - value "geom.pos" int: 0; - value "geom.size" int: 120; - value "geom.res" int: 800; - value "geom.pos_x" double: 0.0000000000000000000000000; - value "geom.pos_y" double: 0.0000000000000000000000000; - value "geom.size_w" double: 0.0000000000000000000000000; - value "geom.size_h" double: 0.0000000000000000000000000; - value "state_info.seq" int: 0; - value "state_info.flags" int: 0; - value "autoscroll" uchar: 0; - value "resizable" uchar: 0; - } - } - group "clients" list { - group "E_Config_Gadcon_Client" struct { - value "name" string: "ibox"; - value "geom.pos" int: 768; - value "geom.size" int: 32; - value "geom.res" int: 800; - value "geom.pos_x" double: 0.0000000000000000000000000; - value "geom.pos_y" double: 0.0000000000000000000000000; - value "geom.size_w" double: 0.0000000000000000000000000; - value "geom.size_h" double: 0.0000000000000000000000000; - value "state_info.seq" int: 0; - value "state_info.flags" int: 0; - value "autoscroll" uchar: 0; - value "resizable" uchar: 0; - } - } - } - } - group "gadcons" list { - group "E_Config_Gadcon" struct { - value "name" string: "shelf"; - value "id" int: 4; - group "clients" list { - group "E_Config_Gadcon_Client" struct { - value "name" string: "pager"; - value "geom.pos" int: 0; - value "geom.size" int: 120; - value "geom.res" int: 800; - value "geom.pos_x" double: 0.0000000000000000000000000; - value "geom.pos_y" double: 0.0000000000000000000000000; - value "geom.size_w" double: 0.0000000000000000000000000; - value "geom.size_h" double: 0.0000000000000000000000000; - value "state_info.seq" int: 0; - value "state_info.flags" int: 0; - value "autoscroll" uchar: 0; - value "resizable" uchar: 0; - } - } - group "clients" list { - group "E_Config_Gadcon_Client" struct { - value "name" string: "ibox"; - value "geom.pos" int: 768; - value "geom.size" int: 32; - value "geom.res" int: 800; - value "geom.pos_x" double: 0.0000000000000000000000000; - value "geom.pos_y" double: 0.0000000000000000000000000; - value "geom.size_w" double: 0.0000000000000000000000000; - value "geom.size_h" double: 0.0000000000000000000000000; - value "state_info.seq" int: 0; - value "state_info.flags" int: 0; - value "autoscroll" uchar: 0; - value "resizable" uchar: 0; - } - } - } - } - group "gadcons" list { - group "E_Config_Gadcon" struct { - value "name" string: "gadman"; - value "id" int: 114; - } - } - group "gadcons" list { - group "E_Config_Gadcon" struct { - value "name" string: "gadman_top"; - value "id" int: 115; - } - } - group "shelves" list { - group "E_Config_Shelf" struct { - value "name" string: "shelf"; - value "id" int: 1; - value "container" int: 0; - value "zone" int: 0; - value "layer" int: 200; - value "popup" uchar: 1; - value "orient" int: 6; - value "fit_along" uchar: 1; - value "fit_size" uchar: 0; - value "style" string: "default"; - value "size" int: 40; - value "overlap" int: 0; - value "autohide" int: 0; - value "autohide_show_action" int: 0; - value "hide_timeout" float: 1.0000000000000000000000000; - value "hide_duration" float: 1.0000000000000000000000000; - value "desk_show_mode" int: 0; - group "desk_list" list { - group "E_Config_Shelf_Desk" struct { - value "x" int: 135642264; - value "y" int: 1; - } - } - } - } - group "shelves" list { - group "E_Config_Shelf" struct { - value "name" string: "shelf"; - value "id" int: 2; - value "container" int: 1; - value "zone" int: 0; - value "layer" int: 200; - value "popup" uchar: 1; - value "orient" int: 6; - value "fit_along" uchar: 1; - value "fit_size" uchar: 0; - value "style" string: "default"; - value "size" int: 40; - value "overlap" int: 0; - value "autohide" int: 0; - value "autohide_show_action" int: 0; - value "hide_timeout" float: 1.0000000000000000000000000; - value "hide_duration" float: 1.0000000000000000000000000; - value "desk_show_mode" int: 0; - group "desk_list" list { - group "E_Config_Shelf_Desk" struct { - value "x" int: 135642264; - value "y" int: 2; - } - } - } - } - group "shelves" list { - group "E_Config_Shelf" struct { - value "name" string: "shelf"; - value "id" int: 3; - value "container" int: 2; - value "zone" int: 0; - value "layer" int: 200; - value "popup" uchar: 1; - value "orient" int: 6; - value "fit_along" uchar: 1; - value "fit_size" uchar: 0; - value "style" string: "default"; - value "size" int: 40; - value "overlap" int: 0; - value "autohide" int: 0; - value "autohide_show_action" int: 0; - value "hide_timeout" float: 1.0000000000000000000000000; - value "hide_duration" float: 1.0000000000000000000000000; - value "desk_show_mode" int: 0; - group "desk_list" list { - group "E_Config_Shelf_Desk" struct { - value "x" int: 135642264; - value "y" int: 3; - } - } - } - } - group "shelves" list { - group "E_Config_Shelf" struct { - value "name" string: "shelf"; - value "id" int: 4; - value "container" int: 3; - value "zone" int: 0; - value "layer" int: 200; - value "popup" uchar: 1; - value "orient" int: 6; - value "fit_along" uchar: 1; - value "fit_size" uchar: 0; - value "style" string: "default"; - value "size" int: 40; - value "overlap" int: 0; - value "autohide" int: 0; - value "autohide_show_action" int: 0; - value "hide_timeout" float: 1.0000000000000000000000000; - value "hide_duration" float: 1.0000000000000000000000000; - value "desk_show_mode" int: 0; - group "desk_list" list { - group "E_Config_Shelf_Desk" struct { - value "x" int: 135642264; - value "y" int: 4; - } - } - } - } - value "font_hinting" int: 0; - value "desklock_auth_method" int: 0; - value "desklock_login_box_zone" int: -1; - value "desklock_start_locked" int: 0; - value "desklock_on_suspend" int: 0; - value "desklock_autolock_screensaver" int: 0; - value "desklock_post_screensaver_time" double: 0.0; - value "desklock_autolock_idle" int: 0; - value "desklock_autolock_idle_timeout" double: 300.0000000000000000000000000; - value "desklock_use_custom_desklock" int: 0; - value "desklock_ask_presentation" uchar: 1; - value "desklock_ask_presentation_timeout" double: 30; - value "display_res_restore" int: 0; - value "display_res_width" int: 1; - value "display_res_height" int: 1; - value "display_res_hz" int: 0; - value "display_res_rotation" int: 0; - value "screensaver_enable" int: 0; - value "screensaver_timeout" int: 0; - value "screensaver_interval" int: 5; - value "screensaver_blanking" int: 2; - value "screensaver_expose" int: 2; - value "screensaver_ask_presentation" uchar: 1; - value "screensaver_ask_presentation_timeout" double: 30; - value "dpms_enable" int: 0; - value "dpms_standby_enable" int: 0; - value "dpms_suspend_enable" int: 0; - value "dpms_off_enable" int: 0; - value "dpms_standby_timeout" int: 1; - value "dpms_suspend_timeout" int: 1; - value "dpms_off_timeout" int: 1; - value "clientlist_group_by" int: 0; - value "clientlist_include_all_zones" int: 0; - value "clientlist_separate_with" int: 0; - value "clientlist_sort_by" int: 0; - value "clientlist_separate_iconified_apps" int: 0; - value "clientlist_warp_to_iconified_desktop" int: 0; - value "clientlist_limit_caption_len" int: 0; - value "clientlist_max_caption_len" int: 2; - value "mouse_hand" int: 1; - value "mouse_accel_numerator" int: 2; - value "mouse_accel_denominator" int: 1; - value "mouse_accel_threshold" int: 4; - value "border_raise_on_mouse_action" int: 1; - value "border_raise_on_focus" int: 1; - value "desk_flip_wrap" int: 0; - value "fullscreen_flip" int: 1; - value "icon_theme" string: "Tango"; - value "icon_theme_overrides" uchar: 0; - value "desk_flip_animate_mode" int: 1; - value "desk_flip_animate_interpolation" int: 0; - value "desk_flip_animate_time" double: 0.2000000000000000111022302; - value "wallpaper_import_last_dev" string: "~/"; - value "wallpaper_import_last_path" string: "/"; - value "wallpaper_grad_c1_r" int: 0; - value "wallpaper_grad_c1_g" int: 0; - value "wallpaper_grad_c1_b" int: 0; - value "wallpaper_grad_c2_r" int: 255; - value "wallpaper_grad_c2_g" int: 255; - value "wallpaper_grad_c2_b" int: 255; - value "theme_default_border_style" string: "default"; - group "mime_icons" list { - group "E_Config_Mime_Icon" struct { - value "mime" string: "image/jpeg"; - value "icon" string: "THUMB"; - } - } - group "mime_icons" list { - group "E_Config_Mime_Icon" struct { - value "mime" string: "image/png"; - value "icon" string: "THUMB"; - } - } - group "mime_icons" list { - group "E_Config_Mime_Icon" struct { - value "mime" string: "image/x-pixmap"; - value "icon" string: "THUMB"; - } - } - group "mime_icons" list { - group "E_Config_Mime_Icon" struct { - value "mime" string: "image/x-xpixmap"; - value "icon" string: "THUMB"; - } - } - group "mime_icons" list { - group "E_Config_Mime_Icon" struct { - value "mime" string: "image/svg+xml"; - value "icon" string: "THUMB"; - } - } - group "mime_icons" list { - group "E_Config_Mime_Icon" struct { - value "mime" string: "image/gif"; - value "icon" string: "THUMB"; - } - } - group "mime_icons" list { - group "E_Config_Mime_Icon" struct { - value "mime" string: "image/tiff"; - value "icon" string: "THUMB"; - } - } - group "mime_icons" list { - group "E_Config_Mime_Icon" struct { - value "mime" string: "application/x-edje"; - value "icon" string: "THUMB"; - } - } - group "mime_icons" list { - group "E_Config_Mime_Icon" struct { - value "mime" string: "application/x-desktop"; - value "icon" string: "DESKTOP"; - } - } - value "desk_auto_switch" int: 0; - value "thumb_nice" int: 0; - value "menu_favorites_show" int: 1; - value "menu_apps_show" int: 1; - value "ping_clients_interval" int: 128; - value "cache_flush_poll_interval" int: 512; - value "thumbscroll_enable" int: 0; - value "thumbscroll_threshhold" int: 8; - value "thumbscroll_momentum_threshhold" double: 100.0000000000000000000000000; - value "thumbscroll_friction" double: 1.0000000000000000000000000; - value "dbus_desktop" int: 1; - value "border_keyboard.timeout" double: 5.0000000000000000000000000; - value "border_keyboard.move.dx" uchar: 5; - value "border_keyboard.move.dy" uchar: 5; - value "border_keyboard.resize.dx" uchar: 5; - value "border_keyboard.resize.dy" uchar: 5; - value "dbus_desktop" int: 1; - value "scale.min" double: 1.0000000000000000000000000; - value "scale.max" double: 3.0000000000000000000000000; - value "scale.factor" double: 1.0000000000000000000000000; - value "scale.base_dpi" int: 142; - value "scale.use_dpi" uchar: 1; - value "scale.use_custom" uchar: 0; - value "show_cursor" uchar: 1; - value "idle_cursor" uchar: 1; - value "default_system_menu" string: ""; - value "cfgdlg_normal_wins" uchar: 0; - value "syscon.main.icon_size" int: 64; - value "syscon.secondary.icon_size" int: 48; - value "syscon.extra.icon_size" int: 48; - value "syscon.timeout" double: 5.0; - value "syscon.do_input" uchar: 1; - group "syscon.actions" list { - group "E_Config_Syscon_Action" struct { - value "action" string: "halt"; - value "params" string: "now"; - value "button" string: "button"; - value "icon" string: "system-shutdown"; - value "is_main" int: 1; - } - } - group "syscon.actions" list { - group "E_Config_Syscon_Action" struct { - value "action" string: "suspend"; - value "params" string: "now"; - value "button" string: "button"; - value "icon" string: "system-suspend"; - value "is_main" int: 1; - } - } - group "syscon.actions" list { - group "E_Config_Syscon_Action" struct { - value "action" string: "desk_lock"; - value "button" string: "button"; - value "icon" string: "system-lock-screen"; - value "is_main" int: 1; - } - } - group "syscon.actions" list { - group "E_Config_Syscon_Action" struct { - value "action" string: "reboot"; - value "params" string: "now"; - value "button" string: "button"; - value "icon" string: "system-restart"; - value "is_main" int: 0; - } - } - group "syscon.actions" list { - group "E_Config_Syscon_Action" struct { - value "action" string: "hibernate"; - value "params" string: "now"; - value "button" string: "button"; - value "icon" string: "system-suspend-hibernate"; - value "is_main" int: 0; - } - } - group "syscon.actions" list { - group "E_Config_Syscon_Action" struct { - value "action" string: "logout"; - value "params" string: "now"; - value "button" string: "button"; - value "icon" string: "system-log-out"; - value "is_main" int: 0; - } - } - value "mode.presentation" uchar: 0; - value "mode.offline" uchar: 0; - value "exec.expire_timeout" double: 30.0; - value "exec.show_run_dialog" uchar: 1; - value "exec.show_exit_dialog" uchar: 1; -} diff --git a/config/scaleable/icon.png b/config/scaleable/icon.png deleted file mode 100644 index f07520a6d..000000000 Binary files a/config/scaleable/icon.png and /dev/null differ diff --git a/config/scaleable/module.battery.src b/config/scaleable/module.battery.src deleted file mode 100644 index 50e2f972f..000000000 --- a/config/scaleable/module.battery.src +++ /dev/null @@ -1,6 +0,0 @@ -group "Battery_Config" struct { - value "poll_interval" int: 512; - value "alert" int: 30; - value "alert_p" int: 10; - value "alert_timeout" int: 0; -} diff --git a/config/scaleable/module.conf.src b/config/scaleable/module.conf.src deleted file mode 100644 index 336b9e6fc..000000000 --- a/config/scaleable/module.conf.src +++ /dev/null @@ -1,4 +0,0 @@ -group "Config" struct { - value "version" int: 65677; - value "menu_augmentation" int: 0; -} diff --git a/config/scaleable/module.cpufreq.src b/config/scaleable/module.cpufreq.src deleted file mode 100644 index 5c9799494..000000000 --- a/config/scaleable/module.cpufreq.src +++ /dev/null @@ -1,4 +0,0 @@ -group "Cpufreq_Config" struct { - value "poll_interval" int: 32; - value "restore_governor" int: 1; -} diff --git a/config/scaleable/module.dropshadow.src b/config/scaleable/module.dropshadow.src deleted file mode 100644 index b6ee9b400..000000000 --- a/config/scaleable/module.dropshadow.src +++ /dev/null @@ -1,7 +0,0 @@ -group "Dropshadow_Config" struct { - value "shadow_x" int: 4; - value "shadow_y" int: 4; - value "blur_size" int: 10; - value "quality" int: 2; - value "shadow_darkness" double: 0.5000000000000000000000000; -} diff --git a/config/scaleable/module.fileman.src b/config/scaleable/module.fileman.src deleted file mode 100644 index b52a1fb11..000000000 --- a/config/scaleable/module.fileman.src +++ /dev/null @@ -1,28 +0,0 @@ -group "Fileman_Config" struct { - value "config_version" int: 65793; - value "view.mode" int: 1; - value "view.open_dirs_in_place" uchar: 0; - value "view.selector" uchar: 0; - value "view.single_click" uchar: 0; - value "view.no_subdir_jump" uchar: 0; - value "view.no_subdir_drop" uchar: 0; - value "view.always_order" uchar: 0; - value "view.link_drop" uchar: 0; - value "view.fit_custom_pos" uchar: 0; - value "view.show_full_path" uchar: 0; - value "view.show_desktop_icons" uchar: 1; - value "view.show_toolbar" uchar: 0; - value "icon.icon.w" int: 48; - value "icon.icon.h" int: 48; - value "icon.list.w" int: 16; - value "icon.list.h" int: 16; - value "icon.fixed.w" uchar: 0; - value "icon.fixed.h" uchar: 0; - value "icon.extension.show" uchar: 1; - value "list.sort.no_case" uchar: 1; - value "list.sort.dirs.first" uchar: 1; - value "list.sort.dirs.last" uchar: 0; - value "selection.single" uchar: 0; - value "selection.windows_modifiers" uchar: 0; - value "theme.fixed" uchar: 0; -} diff --git a/config/scaleable/module.ibar.src b/config/scaleable/module.ibar.src deleted file mode 100644 index 55757663d..000000000 --- a/config/scaleable/module.ibar.src +++ /dev/null @@ -1,18 +0,0 @@ -group "IBar_Config" struct { - group "items" list { - group "IBar_Config_Item" struct { - value "id" string: "0"; - value "dir" string: "default"; - value "show_label" int: 1; - value "eap_label" int: 0; - } - } - group "items" list { - group "IBar_Config_Item" struct { - value "id" string: "ibar.1"; - value "dir" string: "default"; - value "show_label" int: 1; - value "eap_label" int: 0; - } - } -} diff --git a/config/scaleable/module.ibox.src b/config/scaleable/module.ibox.src deleted file mode 100644 index 1126554a1..000000000 --- a/config/scaleable/module.ibox.src +++ /dev/null @@ -1,20 +0,0 @@ -group "IBox_Config" struct { - group "items" list { - group "IBox_Config_Item" struct { - value "id" string: "0"; - value "show_label" int: 0; - value "show_zone" int: 1; - value "show_desk" int: 0; - value "icon_label" int: 0; - } - } - group "items" list { - group "IBox_Config_Item" struct { - value "id" string: "ibox.1"; - value "show_label" int: 0; - value "show_zone" int: 1; - value "show_desk" int: 0; - value "icon_label" int: 0; - } - } -} diff --git a/config/scaleable/module.pager.src b/config/scaleable/module.pager.src deleted file mode 100644 index 82a0a3ae9..000000000 --- a/config/scaleable/module.pager.src +++ /dev/null @@ -1,15 +0,0 @@ -group "Pager_Config" struct { - value "popup" uint: 1; - value "popup_speed" double: 1.0000000000000000000000000; - value "popup_urgent" uint: 0; - value "popup_urgent_stick" uint: 0; - value "popup_urgent_speed" double: 1.5000000000000000000000000; - value "show_desk_names" uint: 1; - value "popup_height" int: 60; - value "popup_act_height" int: 60; - value "drag_resist" uint: 3; - value "btn_drag" uchar: 1; - value "btn_noplace" uchar: 2; - value "btn_desk" uchar: 0; - value "flip_desk" uchar: 0; -} diff --git a/config/scaleable/module.temperature.src b/config/scaleable/module.temperature.src deleted file mode 100644 index dcad5332e..000000000 --- a/config/scaleable/module.temperature.src +++ /dev/null @@ -1,13 +0,0 @@ -group "Temperature_Config" struct { - group "faces" hash { - key "temperature.1"; - group "Temperature_Config_Face" struct { - value "id" string: "temperature.1"; - value "poll_interval" int: 128; - value "low" int: 30; - value "high" int: 80; - value "sensor_type" int: 0; - value "units" int: 0; - } - } -} diff --git a/config/scaleable/profile.desktop b/config/scaleable/profile.desktop deleted file mode 100644 index 8fe4b7cf6..000000000 --- a/config/scaleable/profile.desktop +++ /dev/null @@ -1,27 +0,0 @@ -[Desktop Entry] -Type=Link -Name=Scaleable -Name[ru]=Масштабируемый -Name[cs]=Škálovatelný -Name[it]=Scalabile -Name[hu]=Kalibrálható -Name[fr]=Proportionnel -Name[el]=Κλιμακωτό -Name[eo]=Skalebla -Name[ja]=スケーラブル -Name[tr_TR]=Ölçeklenebilir -Name[zh_CN]=缩放 -Name[pt]=Ajustada -Icon=icon.png -Comment=The Standard setup, but
with automatic scaling
enabled to adapt to
the resolution of your
display, if it is set
correctly. -Comment[ru]=Стандартные настройки,
с автоматически включенным
масштабированием, для адаптации
к экрану Вашего устройства.
Работает если всё правильно настроено. -Comment[cs]=Standartní nastavení, ale
s povoleným automatickým
škálováním, které se přizpůsobí
rozlišení vaší obrazovky,
pokud je nastaveno
správně. -Comment[it]=La configurazione
standard ma con
scalatura automatica
abilitata per essere
adattata alla
risoluzione del vostro
schermo se impostata
correttamente. -Comment[hu]=Az általános beállítás,
kiegészítve a kalibrációval,
amely automaikusan a képernyő
felbontásodhoz igazítja az
ablakok méretét. -Comment[fr]=La configuration standard plus la mise à
l'échelle activée pour s'adapter de
façon automatique à la résolution
de l'écran, si les paramètres
sont corrects. -Comment[el]=Η κανονική ρύθμιση αλλά
με αυτόματη αλλαγή μεγέθους
για να αλλάζει κλίμακα ανάλογα
με την ανάλυση της οθόνης σας. -Comment[eo]=La normala agordo, sed
kun aŭtomata skalado
ebligata por adapti al
la ekrandistingivo,
se difinita korekte. -Comment[ja]=スタンダードの設定です。
そしてお使いのディスプレイ解像度が正しく設定されていれば、
それに合わせてスケールを自動調整する機能が付いています。 -Comment[tr_TR]=Standart kurulum, fakat
otomatik ölçekleme
aktif olarak gelir ve ekran çözünürlüğünüze göre
ölçekleme yapılır. -Comment[zh_CN]=标准设置主题,会自动进行缩放以适应不同的分辨率。 -Comment[pt]=A configuração padrão, mas com ajuste automático à resolução do seu ecrã, se definida corretamente diff --git a/configure.ac b/configure.ac index 5f81df5d6..550b77795 100644 --- a/configure.ac +++ b/configure.ac @@ -886,9 +886,6 @@ doc/e.dox config/Makefile config/default/Makefile config/standard/Makefile -config/minimalist/Makefile -config/scaleable/Makefile -config/netbook/Makefile config/illume/Makefile $po_makefile_in ])