e - config - fix def cfg of shelf with systray

devs/bu5hm4n/swipe_real
Carsten Haitzler 3 years ago
parent 10ac9fb327
commit e08e47ceba
  1. 4
      data/config/standard/e.src
  2. 4
      data/config/tiling/e.src

@ -674,8 +674,8 @@ group "E_Config" struct {
value "resizable" uchar: 0;
}
group "E_Config_Gadcon_Client" struct {
value "name" string: "ibar";
value "id" string: "ibar.1";
value "name" string: "systray";
value "id" string: "systray";
value "geom.pos" int: 128;
value "geom.size" int: 32;
value "geom.res" int: 800;

@ -675,8 +675,8 @@ group "E_Config" struct {
value "resizable" uchar: 0;
}
group "E_Config_Gadcon_Client" struct {
value "name" string: "ibar";
value "id" string: "ibar.1";
value "name" string: "systray";
value "id" string: "systray";
value "geom.pos" int: 128;
value "geom.size" int: 32;
value "geom.res" int: 800;

Loading…
Cancel
Save