aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/angstrom/e-wm-config-angstrom/configs/angstrom-touchscreen/module.places.src
blob: 5ec10776e79c5a18c2854f87c8f007ee0fb7a201 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
group "Config" struct {
  value "version" int: 65679;
  value "fm" string: "";
  value "auto_mount" uchar: 1;
  value "auto_open" uchar: 0;
  group "conf_items" list {
    group "Config_Item" struct {
      value "id" string: "Places.1";
      value "switch2" int: 0;
    }
  }
  group "conf_items" list {
    group "Config_Item" struct {
      value "id" string: "Places.2";
      value "switch2" int: 0;
    }
  }
  value "show_menu" uchar: 1;
  value "show_home" uchar: 1;
  value "show_desk" uchar: 0;
  value "show_trash" uchar: 0;
  value "show_root" uchar: 1;
  value "show_temp" uchar: 0;
  value "show_bookm" uchar: 1;
}