diff options
author | Sam Spilsbury <Sam@ACER-SUSE.SUSE> | 2008-01-23 00:01:10 +0900 |
---|---|---|
committer | Sam Spilsbury <Sam@ACER-SUSE.SUSE> | 2008-01-23 00:01:10 +0900 |
commit | 173aaac4d47f4234997fb2555ed795c62e2f16a4 (patch) | |
tree | 8d8a9ff5f29dd1027b43f4c036bcabc62d1aad08 /wiimote.xml.in | |
parent | 868babb7d85ac625a49011fe3dce7eaf1fdb0d60 (diff) | |
download | wiimote-173aaac4d47f4234997fb2555ed795c62e2f16a4.tar.gz wiimote-173aaac4d47f4234997fb2555ed795c62e2f16a4.tar.bz2 |
* Initial commit. FOR DEVELOPERS ONLY!
Diffstat (limited to 'wiimote.xml.in')
-rw-r--r-- | wiimote.xml.in | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/wiimote.xml.in b/wiimote.xml.in new file mode 100644 index 0000000..5d5d4dc --- /dev/null +++ b/wiimote.xml.in @@ -0,0 +1,50 @@ +<?xml version="1.0"?> +<compiz> + <plugin name="wiimote" useBcop="true"> + <_short>Wii Remote</_short> + <_long>Compiz interface for the Nintendo Wii Remote.</_long> + <category>Utility</category> + <display> + <group> + <_short>Bindings</_short> + <option name="toggle_key" type="key"> + <_short>Toggle status reporting</_short> + <_long>Use this to enable status reporting from the Wii Remote. Remember to hold down (1)+(2).</_long> + <default><Shift><Super>w</default> + </option> + <option name="disable_key" type="key"> + <_short>Disable status reporting</_short> + <_long>Use this to disable status reporting from the Wii Remote.</_long> + <default><Alt><Super>w</default> + </option> + <option name="send_info" type="key"> + <_short>Send info to another plugin</_short> + <_long>:)</_long> + <default><Alt><Super>r</default> + </option> + </group> + </display> + <screen> + <option name="title_font_size" type="int"> + <_short>Font Size</_short> + <_long>Font size for the window title</_long> + <default>16</default> + <min>6</min> + <max>96</max> + </option> + <option name="title_font_color" type="color"> + <_short>Font Color</_short> + <_long>Font color for the window title</_long> + <default> + <red>0xffff</red> + <green>0xffff</green> + <blue>0xffff</blue> + <alpha>0xffff</alpha> + </default> + </option> + </screen> + <group> + <_short>Misc. options</_short> + </group> + </plugin> +</compiz> |