forked from enlightenment/enlightenment
these have been out of the tree for years but I forgot to remove the corresponding configs, leading to error messages when the mobile profile attempts to load themdevs/devilhorns/drm_rotation
parent
19b87070f5
commit
b2138ad5ae
7 changed files with 0 additions and 178 deletions
@ -1,6 +0,0 @@ |
||||
group "Illume-Home_Cfg" struct { |
||||
value "version" int: 0; |
||||
value "icon_size" int: 120; |
||||
value "single_click" int: 1; |
||||
value "single_click_delay" int: 250; |
||||
} |
@ -1,4 +0,0 @@ |
||||
group "Illume-Indicator_Cfg" struct { |
||||
value "version" int: 0; |
||||
value "height" int: 32; |
||||
} |
@ -1,5 +0,0 @@ |
||||
group "Illume_Kbd_Cfg" struct { |
||||
value "version" int: 0; |
||||
value "use_internal" int: 1; |
||||
value "dict" string: "English_(US).dic"; |
||||
} |
@ -1,4 +0,0 @@ |
||||
group "Illume-Softkey_Cfg" struct { |
||||
value "version" int: 0; |
||||
value "height" int: 32; |
||||
} |
@ -1,50 +0,0 @@ |
||||
group "Illume_Config" struct { |
||||
group "policy.zones" list { |
||||
group "Illume_Config_Zone" struct { |
||||
value "id" int: 0; |
||||
value "mode.dual" int: 0; |
||||
value "mode.side" int: 1; |
||||
} |
||||
group "Illume_Config_Zone" struct { |
||||
value "id" int: 1; |
||||
value "mode.dual" int: 0; |
||||
value "mode.side" int: 1; |
||||
} |
||||
} |
||||
value "version" int: 1; |
||||
value "animation.vkbd.duration" int: 1000; |
||||
value "animation.quickpanel.duration" int: 1000; |
||||
value "policy.name" string: "illume"; |
||||
value "policy.vkbd.class" string: "Virtual-Keyboard"; |
||||
value "policy.vkbd.name" string: "Virtual-Keyboard"; |
||||
value "policy.vkbd.title" string: "Virtual Keyboard"; |
||||
value "policy.vkbd.type" int: 7; |
||||
value "policy.vkbd.match.class" int: 0; |
||||
value "policy.vkbd.match.name" int: 1; |
||||
value "policy.vkbd.match.title" int: 1; |
||||
value "policy.vkbd.match.type" int: 0; |
||||
value "policy.indicator.class" string: "Illume-Indicator"; |
||||
value "policy.indicator.name" string: "Illume-Indicator"; |
||||
value "policy.indicator.title" string: "Illume Indicator"; |
||||
value "policy.indicator.type" int: 1; |
||||
value "policy.indicator.match.class" int: 0; |
||||
value "policy.indicator.match.name" int: 1; |
||||
value "policy.indicator.match.title" int: 1; |
||||
value "policy.indicator.match.type" int: 0; |
||||
value "policy.softkey.class" string: "Illume-Softkey"; |
||||
value "policy.softkey.name" string: "Illume-Softkey"; |
||||
value "policy.softkey.title" string: "Illume Softkey"; |
||||
value "policy.softkey.type" int: 1; |
||||
value "policy.softkey.match.class" int: 0; |
||||
value "policy.softkey.match.name" int: 1; |
||||
value "policy.softkey.match.title" int: 1; |
||||
value "policy.softkey.match.type" int: 0; |
||||
value "policy.home.class" string: "Illume-Home"; |
||||
value "policy.home.name" string: "Illume-Home"; |
||||
value "policy.home.title" string: "Illume Home"; |
||||
value "policy.home.type" int: 7; |
||||
value "policy.home.match.class" int: 0; |
||||
value "policy.home.match.name" int: 1; |
||||
value "policy.home.match.title" int: 1; |
||||
value "policy.home.match.type" int: 0; |
||||
} |
Loading…
Reference in new issue