diff --git a/config/default/e.src b/config/default/e.src index e3c627b30..705c2e919 100644 --- a/config/default/e.src +++ b/config/default/e.src @@ -479,6 +479,7 @@ group "E_Config" struct { value "theme_default_border_style" string: "default"; value "desk_auto_switch" int: 0; value "thumb_nice" int: 0; + value "screen_limits" int: 0; value "menu_favorites_show" int: 1; value "menu_apps_show" int: 1; value "ping_clients_interval" int: 16; diff --git a/config/standard/e.src b/config/standard/e.src index 70d560cee..7b6987218 100644 --- a/config/standard/e.src +++ b/config/standard/e.src @@ -161,6 +161,7 @@ group "E_Config" struct { value "theme_default_border_style" string: "default"; value "desk_auto_switch" int: 0; value "thumb_nice" int: 0; + value "screen_limits" int: 0; value "menu_favorites_show" int: 1; value "menu_apps_show" int: 1; value "ping_clients_interval" int: 128;