From 933eb51e4777ea018b1107be2639c52fb815aa0d Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Thu, 4 Jul 2019 14:22:18 +0100 Subject: [PATCH] profile config - disable ibox as ibar does this these days anyway pointless having both ibar and ibox, so let ibar do it by default --- data/config/standard/e.src | 22 ---------------------- data/config/tiling/e.src | 22 ---------------------- 2 files changed, 44 deletions(-) diff --git a/data/config/standard/e.src b/data/config/standard/e.src index 598b65a47..7578547ad 100644 --- a/data/config/standard/e.src +++ b/data/config/standard/e.src @@ -655,22 +655,6 @@ group "E_Config" struct { value "autoscroll" uchar: 0; value "resizable" uchar: 0; } - group "E_Config_Gadcon_Client" struct { - value "name" string: "ibox"; - value "id" string: "ibox.1"; - value "geom.pos" int: 64; - value "geom.size" int: 32; - value "geom.res" int: 800; - value "geom.pos_x" double: 0.0; - value "geom.pos_y" double: 0.0; - value "geom.size_w" double: 0.0; - value "geom.size_h" double: 0.0; - 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 "E_Config_Gadcon_Client" struct { value "name" string: "ibar"; value "id" string: "ibar.1"; @@ -1040,12 +1024,6 @@ group "E_Config" struct { value "delayed" uchar: 1; value "priority" int: 0; } - group "E_Config_Module" struct { - value "name" string: "ibox"; - value "enabled" uchar: 1; - value "delayed" uchar: 1; - value "priority" int: 0; - } group "E_Config_Module" struct { value "name" string: "ibar"; value "enabled" uchar: 1; diff --git a/data/config/tiling/e.src b/data/config/tiling/e.src index 1a9eb0d07..230a3d8b6 100644 --- a/data/config/tiling/e.src +++ b/data/config/tiling/e.src @@ -653,22 +653,6 @@ group "E_Config" struct { value "autoscroll" uchar: 0; value "resizable" uchar: 0; } - group "E_Config_Gadcon_Client" struct { - value "name" string: "ibox"; - value "id" string: "ibox.1"; - value "geom.pos" int: 64; - value "geom.size" int: 32; - value "geom.res" int: 800; - value "geom.pos_x" double: 0.0; - value "geom.pos_y" double: 0.0; - value "geom.size_w" double: 0.0; - value "geom.size_h" double: 0.0; - 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 "E_Config_Gadcon_Client" struct { value "name" string: "ibar"; value "id" string: "ibar.1"; @@ -1055,12 +1039,6 @@ group "E_Config" struct { value "delayed" uchar: 1; value "priority" int: 0; } - group "E_Config_Module" struct { - value "name" string: "ibox"; - value "enabled" uchar: 1; - value "delayed" uchar: 1; - value "priority" int: 0; - } group "E_Config_Module" struct { value "name" string: "ibar"; value "enabled" uchar: 1;