summaryrefslogtreecommitdiffstats
path: root/.config/gebaar
diff options
context:
space:
mode:
authorYigit Sever2021-10-12 12:27:35 +0300
committerYigit Sever2021-10-12 12:27:35 +0300
commit660c29c253defafdea7ac0fb006a5e6781edc00f (patch)
tree2e6b0d1747ca50b97b108654a1a2ad11c8a04636 /.config/gebaar
parent1d1850fa8bf8c4ae099eb01575065574be05f723 (diff)
downloaddotfiles-660c29c253defafdea7ac0fb006a5e6781edc00f.tar.gz
dotfiles-660c29c253defafdea7ac0fb006a5e6781edc00f.tar.bz2
dotfiles-660c29c253defafdea7ac0fb006a5e6781edc00f.zip
gebaard: switch to fork
diffstat (limited to '.config/gebaar')
-rw-r--r--.config/gebaar/gebaard.toml31
1 files 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 @@
1[commands.swipe.three] 1[swipe.commands.three]
2up = "" 2up = ""
3down = "copyq show" 3down = "copyq show"
4left = "i3-msg workspace prev" 4left = "i3-msg workspace prev"
5right = "i3-msg workspace next" 5right = "i3-msg workspace next"
6left_up = ""
7right_up = ""
8left_down = ""
9right_down = ""
6 10
7[commands.swipe.four] 11[swipe.commands.four]
8up = "" 12left_up = ""
13right_up = ""
14up = "rofi -show combi"
15left_down = ""
16right_down = ""
9down = "" 17down = ""
10left = "xdotool search --onlyvisible --classname Navigator windowactivate --sync key Alt+Right" 18left = "xdotool key Alt_L+Right"
11right = "xdotool search --onlyvisible --classname Navigator windowactivate --sync key Alt+Left" 19right = "xdotool key Alt_L+Left"
20
21[pinch.commands.two]
22in = "xdotool key Control_L+equal"
23out = "xdotool key Control_L+minus"
24
25[pinch.settings]
26threshold=0.25
27one_shot=false
28
29[swipe.settings]
30threshold = 0.5
31one_shot = true
32trigger_on_release = false