summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-03-21 18:33:10 -0400
committerJesse Luehrs <doy@tozt.net>2014-03-21 18:33:26 -0400
commit07659d4f992d0b90daae12f9e652d12794a58eb8 (patch)
treed2fc5aedbdd2b4d7ebafdb3f789a4badc45a2661
parente47bb478647d383635797926433339c82c53fc27 (diff)
downloadconf-07659d4f992d0b90daae12f9e652d12794a58eb8.tar.gz
conf-07659d4f992d0b90daae12f9e652d12794a58eb8.zip
add ginn configuration
-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>