summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile1
-rw-r--r--ginn/wishes.xml40
2 files changed, 41 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3c9cac8..5125107 100644
--- a/Makefile
+++ b/Makefile
@@ -41,6 +41,7 @@ INSTALL = aliases \
sh \
bin \
dzil \
+ ginn \
gnupg \
i3 \
interhack \
diff --git a/ginn/wishes.xml b/ginn/wishes.xml
new file mode 100644
index 0000000..986ce74
--- /dev/null
+++ b/ginn/wishes.xml
@@ -0,0 +1,40 @@
+<ginn>
+ <global>
+ <wish gesture="Drag" fingers="1">
+ <action name="action5" when="update">
+ <trigger prop="delta y" min="20" max="80"/>
+ <button>4</button>
+ </action>
+ </wish>
+ <wish gesture="Drag" fingers="1">
+ <action name="action6" when="update">
+ <trigger prop="delta y" min="-80" max="-20"/>
+ <button>5</button>
+ </action>
+ </wish>
+ <wish gesture="Drag" fingers="1">
+ <action name="action7" when="update">
+ <trigger prop="delta x" min="20" max="80"/>
+ <button>6</button>
+ </action>
+ </wish>
+ <wish gesture="Drag" fingers="1">
+ <action name="action8" when="update">
+ <trigger prop="delta x" min="-80" max="-20"/>
+ <button>7</button>
+ </action>
+ </wish>
+ <wish gesture="Drag" fingers="2">
+ <action name="action5" when="update">
+ <trigger prop="delta x" min="120" max="200"/>
+ <key modifier1="Super_R">braceleft</key>
+ </action>
+ </wish>
+ <wish gesture="Drag" fingers="2">
+ <action name="action6" when="update">
+ <trigger prop="delta x" min="-200" max="-120"/>
+ <key modifier1="Super_R">braceright</key>
+ </action>
+ </wish>
+ </global>
+</ginn>