summaryrefslogtreecommitdiffstats
path: root/hacks/config/handsy.xml
diff options
context:
space:
mode:
Diffstat (limited to 'hacks/config/handsy.xml')
-rw-r--r--hacks/config/handsy.xml58
1 files changed, 0 insertions, 58 deletions
diff --git a/hacks/config/handsy.xml b/hacks/config/handsy.xml
deleted file mode 100644
index 2ff9608..0000000
--- a/hacks/config/handsy.xml
+++ /dev/null
@@ -1,58 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-
-<screensaver name="handsy" _label="Handsy" gl="yes">
-
- <command arg="-root"/>
-
- <video href="https://www.youtube.com/watch?v=awI8EawYTdE"/>
-
- <hgroup>
- <vgroup>
- <number id="delay" type="slider" arg="-delay %"
- _label="Frame rate" _low-label="Low" _high-label="High"
- low="0" high="100000" default="30000"
- convert="invert"/>
-
- <number id="speed" type="slider" arg="-speed %"
- _label="Speed" _low-label="Slow" _high-label="Fast"
- low="0.05" high="2.0" default="1.0"/>
-
- <number id="count" type="slider" arg="-count %"
- _label="Number of hands" _low-label="Two" _high-label="Many"
- low="2" high="32" default="2"/>
- </vgroup>
-
- <vgroup>
-
- <boolean id="wander" _label="Wander" arg-unset="-no-wander"/>
- <select id="rotation">
- <option id="no" _label="Don't rotate" arg-set="-spin 0"/>
- <option id="x" _label="Rotate around X axis" arg-set="-spin X"/>
- <option id="y" _label="Rotate around Y axis" arg-set="-spin Y"/>
- <option id="z" _label="Rotate around Z axis" arg-set="-spin Z"/>
- <option id="xy" _label="Rotate around X and Y axes"/>
- <option id="xz" _label="Rotate around X and Z axes" arg-set="-spin XZ"/>
- <option id="yz" _label="Rotate around Y and Z axes" arg-set="-spin YZ"/>
- <option id="xyz" _label="Rotate around all three axes" arg-set="-spin XYZ"/>
- </select>
-
- <select id="facing">
- <option id="front" _label="Always face front"/>
- <option id="nofront" _label="Spin all the way around" arg-set="-no-front"/>
- </select>
-
- <hgroup>
- <boolean id="wire" _label="Wireframe" arg-set="-wireframe"/>
- <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
- </hgroup>
-
- <xscreensaver-updater />
- </vgroup>
- </hgroup>
-
- <_description>
-A set of robotic hands communicate non-verbally.
-
-Written by Jamie Zawinski; 2018.
- </_description>
-</screensaver>