diff options
| author | Yigit Sever | 2021-10-12 12:27:35 +0300 |
|---|---|---|
| committer | Yigit Sever | 2021-10-12 12:27:35 +0300 |
| commit | 660c29c253defafdea7ac0fb006a5e6781edc00f (patch) | |
| tree | 2e6b0d1747ca50b97b108654a1a2ad11c8a04636 | |
| parent | 1d1850fa8bf8c4ae099eb01575065574be05f723 (diff) | |
| download | dotfiles-660c29c253defafdea7ac0fb006a5e6781edc00f.tar.gz dotfiles-660c29c253defafdea7ac0fb006a5e6781edc00f.tar.bz2 dotfiles-660c29c253defafdea7ac0fb006a5e6781edc00f.zip | |
gebaard: switch to fork
| -rw-r--r-- | .config/gebaar/gebaard.toml | 31 |
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] |
| 2 | up = "" | 2 | up = "" |
| 3 | down = "copyq show" | 3 | down = "copyq show" |
| 4 | left = "i3-msg workspace prev" | 4 | left = "i3-msg workspace prev" |
| 5 | right = "i3-msg workspace next" | 5 | right = "i3-msg workspace next" |
| 6 | left_up = "" | ||
| 7 | right_up = "" | ||
| 8 | left_down = "" | ||
| 9 | right_down = "" | ||
| 6 | 10 | ||
| 7 | [commands.swipe.four] | 11 | [swipe.commands.four] |
| 8 | up = "" | 12 | left_up = "" |
| 13 | right_up = "" | ||
| 14 | up = "rofi -show combi" | ||
| 15 | left_down = "" | ||
| 16 | right_down = "" | ||
| 9 | down = "" | 17 | down = "" |
| 10 | left = "xdotool search --onlyvisible --classname Navigator windowactivate --sync key Alt+Right" | 18 | left = "xdotool key Alt_L+Right" |
| 11 | right = "xdotool search --onlyvisible --classname Navigator windowactivate --sync key Alt+Left" | 19 | right = "xdotool key Alt_L+Left" |
| 20 | |||
| 21 | [pinch.commands.two] | ||
| 22 | in = "xdotool key Control_L+equal" | ||
| 23 | out = "xdotool key Control_L+minus" | ||
| 24 | |||
| 25 | [pinch.settings] | ||
| 26 | threshold=0.25 | ||
| 27 | one_shot=false | ||
| 28 | |||
| 29 | [swipe.settings] | ||
| 30 | threshold = 0.5 | ||
| 31 | one_shot = true | ||
| 32 | trigger_on_release = false | ||
