btw i use nix
1swipe:
2 3:
3 threshhold: 1
4 interval: 1
5 left:
6 command: "wtype -M alt -k right -m alt"
7 right:
8 command: "wtype -M alt -k left -m alt"
9 up:
10 command: "wtype -M ctrl -k tab -m ctrl"
11 down:
12 command: "wtype -M ctrl -M shift -k tab -m ctrl -m shift"
13 4:
14 threshhold: 0
15 interval: 1
16 left:
17 command: "wtype -M logo -k period -m logo"
18 right:
19 command: "wtype -M logo -k comma -m logo"
20 up:
21 command: "brightnessctl set 1%+"
22 threshold: 0
23 interval: 0.05
24 keypress:
25 LEFTSHIFT:
26 command: "pactl set-sink-volume @DEFAULT_SINK@ +1%"
27 threshold: 0
28 interval: 0.05
29 down:
30 command: "brightnessctl set 1%-"
31 threshold: 0
32 interval: 0.05
33 keypress:
34 LEFTSHIFT:
35 command: "pactl set-sink-volume @DEFAULT_SINK@ -1%"
36 threshold: 0
37 interval: 0.05