summaryrefslogtreecommitdiffstats
path: root/.config/gebaar/gebaard.toml
blob: f5efdff6c9495326f1e53dc9c3c181009df17dd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[swipe.commands.three]
up = ""
down = "copyq show"
left = "i3-msg workspace prev"
right = "i3-msg workspace next"
left_up = "xdotool key Control_L+Shift+Tab"
right_up = "xdotool key Control_L+Tab"
left_down = ""
right_down = ""

[swipe.commands.four]
left_up = ""
right_up = ""
up = "rofi -show combi"
left_down = ""
right_down = ""
down = ""
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