From 660c29c253defafdea7ac0fb006a5e6781edc00f Mon Sep 17 00:00:00 2001
From: Yigit Sever
Date: Tue, 12 Oct 2021 12:27:35 +0300
Subject: gebaard: switch to fork

---
 .config/gebaar/gebaard.toml | 31 ++++++++++++++++++++++++++-----
 1 file changed, 26 insertions(+), 5 deletions(-)

diff --git a/.config/gebaar/gebaard.toml b/.config/gebaar/gebaard.toml
index 29dfe9a..89d7add 100644
--- a/.config/gebaar/gebaard.toml
+++ b/.config/gebaar/gebaard.toml
@@ -1,11 +1,32 @@
-[commands.swipe.three]
+[swipe.commands.three]
 up = ""
 down = "copyq show"
 left = "i3-msg workspace prev"
 right = "i3-msg workspace next"
+left_up = ""
+right_up = ""
+left_down = ""
+right_down = ""
 
-[commands.swipe.four]
-up = ""
+[swipe.commands.four]
+left_up = ""
+right_up = ""
+up = "rofi -show combi"
+left_down = ""
+right_down = ""
 down = ""
-left = "xdotool search --onlyvisible --classname Navigator windowactivate --sync key Alt+Right"
-right = "xdotool search --onlyvisible --classname Navigator windowactivate --sync key Alt+Left"
+left = "xdotool key Alt_L+Right"
+right = "xdotool key Alt_L+Left"
+
+[pinch.commands.two]
+in = "xdotool key Control_L+equal"
+out = "xdotool key Control_L+minus"
+
+[pinch.settings]
+threshold=0.25
+one_shot=false
+
+[swipe.settings]
+threshold = 0.5
+one_shot = true
+trigger_on_release = false
-- 
cgit v1.2.3-70-g09d2