aboutsummaryrefslogtreecommitdiff
path: root/gui/conf/touchegg.conf
diff options
context:
space:
mode:
authorAdrian Kummerlaender2019-01-29 20:27:38 +0100
committerAdrian Kummerlaender2019-01-31 20:36:04 +0100
commit02adc98ce764eacdbd6ac2f2d20aaf893349868c (patch)
treeec5fd6cec07fe5c808eb6f3cbed5d30db769a883 /gui/conf/touchegg.conf
parent72238630db12c37306e6ee336fa31bf6c550a37c (diff)
downloadnixos_home-02adc98ce764eacdbd6ac2f2d20aaf893349868c.tar
nixos_home-02adc98ce764eacdbd6ac2f2d20aaf893349868c.tar.gz
nixos_home-02adc98ce764eacdbd6ac2f2d20aaf893349868c.tar.bz2
nixos_home-02adc98ce764eacdbd6ac2f2d20aaf893349868c.tar.lz
nixos_home-02adc98ce764eacdbd6ac2f2d20aaf893349868c.tar.xz
nixos_home-02adc98ce764eacdbd6ac2f2d20aaf893349868c.tar.zst
nixos_home-02adc98ce764eacdbd6ac2f2d20aaf893349868c.zip
Add basic touchegg setup for athena
Diffstat (limited to 'gui/conf/touchegg.conf')
-rw-r--r--gui/conf/touchegg.conf18
1 files changed, 18 insertions, 0 deletions
diff --git a/gui/conf/touchegg.conf b/gui/conf/touchegg.conf
new file mode 100644
index 0000000..2afb98b
--- /dev/null
+++ b/gui/conf/touchegg.conf
@@ -0,0 +1,18 @@
+<touchégg>
+
+<application name="All">
+
+<gesture type="DRAG" fingers="3" direction="LEFT">
+ <action type="SEND_KEYS">Control+j</action>
+</gesture>
+
+<gesture type="DRAG" fingers="3" direction="RIGHT">
+ <action type="SEND_KEYS">Control+k</action>
+</gesture>
+
+<gesture type="TAP" fingers="2">
+ <action type="MOUSE_CLICK">BUTTON=3</action>
+</gesture>
+
+</application>
+</touchégg>