diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2013-05-26 16:24:40 +0300 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2013-05-26 16:24:40 +0300 |
commit | fd4ea9f054720c10e99e92baac1cfe60ebd6e8bf (patch) | |
tree | 9cbba3eb172edc086bab779b9f4fbc9b958f61fd /skel/.mateconf/apps/pluma | |
parent | d4757d73f134ae137a7252327c924ceaf85d2a33 (diff) |
Adding MATE skeleton settings
Diffstat (limited to 'skel/.mateconf/apps/pluma')
7 files changed, 14 insertions, 0 deletions
diff --git a/skel/.mateconf/apps/pluma/%mateconf.xml b/skel/.mateconf/apps/pluma/%mateconf.xml new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/skel/.mateconf/apps/pluma/%mateconf.xml diff --git a/skel/.mateconf/apps/pluma/plugins/%mateconf.xml b/skel/.mateconf/apps/pluma/plugins/%mateconf.xml new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/skel/.mateconf/apps/pluma/plugins/%mateconf.xml diff --git a/skel/.mateconf/apps/pluma/plugins/filebrowser/%mateconf.xml b/skel/.mateconf/apps/pluma/plugins/filebrowser/%mateconf.xml new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/skel/.mateconf/apps/pluma/plugins/filebrowser/%mateconf.xml diff --git a/skel/.mateconf/apps/pluma/plugins/filebrowser/on_load/%mateconf.xml b/skel/.mateconf/apps/pluma/plugins/filebrowser/on_load/%mateconf.xml new file mode 100644 index 0000000..e66cefb --- /dev/null +++ b/skel/.mateconf/apps/pluma/plugins/filebrowser/on_load/%mateconf.xml @@ -0,0 +1,10 @@ +<?xml version="1.0"?> +<mateconf> + <entry name="virtual_root" mtime="1340626313" type="string"> + <stringvalue>file:///home/sabayonuser/.mateconf/apps/panel/general</stringvalue> + </entry> + <entry name="root" mtime="1340626313" type="string"> + <stringvalue>file:///</stringvalue> + </entry> + <entry name="tree_view" mtime="1340626313" type="bool" value="true"/> +</mateconf> diff --git a/skel/.mateconf/apps/pluma/preferences/%mateconf.xml b/skel/.mateconf/apps/pluma/preferences/%mateconf.xml new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/skel/.mateconf/apps/pluma/preferences/%mateconf.xml diff --git a/skel/.mateconf/apps/pluma/preferences/ui/%mateconf.xml b/skel/.mateconf/apps/pluma/preferences/ui/%mateconf.xml new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/skel/.mateconf/apps/pluma/preferences/ui/%mateconf.xml diff --git a/skel/.mateconf/apps/pluma/preferences/ui/statusbar/%mateconf.xml b/skel/.mateconf/apps/pluma/preferences/ui/statusbar/%mateconf.xml new file mode 100644 index 0000000..d27e9d6 --- /dev/null +++ b/skel/.mateconf/apps/pluma/preferences/ui/statusbar/%mateconf.xml @@ -0,0 +1,4 @@ +<?xml version="1.0"?> +<mateconf> + <entry name="statusbar_visible" mtime="1340626313" type="bool" value="true"/> +</mateconf> |