diff options
author | Sam Spilsbury <smspillaz@gmail.com> | 2010-08-05 06:20:42 +0800 |
---|---|---|
committer | Sam Spilsbury <smspillaz@gmail.com> | 2010-08-05 06:20:42 +0800 |
commit | 5437df79e5296aa32b87b456b6a52a9f6f759a5b (patch) | |
tree | 2f8deedacc49217a553f56ebea747130ac78d0f0 /drunken.xml.in | |
parent | 64951b498ff68880d53f00f184dde83e21a2fc9e (diff) | |
download | drunken-5437df79e5296aa32b87b456b6a52a9f6f759a5b.tar.gz drunken-5437df79e5296aa32b87b456b6a52a9f6f759a5b.tar.bz2 |
Initial commit of the official compiz "drunk" plugin*
(*not for actual use)
Diffstat (limited to 'drunken.xml.in')
-rw-r--r-- | drunken.xml.in | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/drunken.xml.in b/drunken.xml.in new file mode 100644 index 0000000..7e4cfe6 --- /dev/null +++ b/drunken.xml.in @@ -0,0 +1,20 @@ +<compiz> + <plugin name="drunken" useBcop="true"> + <_short>Drunk</_short> + <_long>In case you are too poor to experience the real thing</_long> + <options> + <option name="factor" type="float"> + <_short>Factor</_short> + <_long>Drunkenness Factor</_long> + <min>0.0</min> + <max>3.0</max> + <default>1.0</default> + </option> + <option name="initiate_key" type="key"> + <_short>Initiate</_short> + <_long>Take a shot every time you press this</_long> + <default><Super>y</default> + </option> + </options> + </plugin> +</compiz> |