summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
-rw-r--r--config/touchegg/touchegg.conf16
-rwxr-xr-xservices/ginn/log/run3
-rwxr-xr-xservices/ginn/run4
-rwxr-xr-xservices/touchegg/log/run3
-rwxr-xr-xservices/touchegg/run2
6 files changed, 24 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 264be72..fa2adc7 100644
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,7 @@ INSTALL = agignore \
bash_logout \
bash_profile \
bashrc \
+ config/touchegg/touchegg.conf \
crawlrc \
gdbinit \
gitconfig \
@@ -74,7 +75,8 @@ EMPTYDIRS = $(patsubst services/%,.log/%,$(wildcard services/*)) \
.cache/mpd \
.cache/vim/hist \
.cache/vim/undo \
- .config/mpd/playlists
+ .config/mpd/playlists \
+ .config/touchegg
ECHO = @echo
LN = @ln -sf
diff --git a/config/touchegg/touchegg.conf b/config/touchegg/touchegg.conf
new file mode 100644
index 0000000..9d58335
--- /dev/null
+++ b/config/touchegg/touchegg.conf
@@ -0,0 +1,16 @@
+<touchégg>
+
+ <settings>
+ <property name="composed_gestures_time">0</property>
+ </settings>
+
+
+ <application name="All">
+
+ <gesture type="DRAG" fingers="1" direction="ALL">
+ <action type="SCROLL">SPEED=7:INVERTED=true</action>
+ </gesture>
+
+ </application>
+
+</touchégg>
diff --git a/services/ginn/log/run b/services/ginn/log/run
deleted file mode 100755
index 42b2b4f..0000000
--- a/services/ginn/log/run
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-exec multilog t s16777215 $HOME/.log/ginn
diff --git a/services/ginn/run b/services/ginn/run
deleted file mode 100755
index 7ec7041..0000000
--- a/services/ginn/run
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-
-# it's too noisy for now
-exec ginn > /dev/null 2>&1
diff --git a/services/touchegg/log/run b/services/touchegg/log/run
new file mode 100755
index 0000000..d38dc0b
--- /dev/null
+++ b/services/touchegg/log/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+exec multilog t s16777215 $HOME/.log/touchegg
diff --git a/services/touchegg/run b/services/touchegg/run
new file mode 100755
index 0000000..b1a6780
--- /dev/null
+++ b/services/touchegg/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec touchegg 2>/dev/null