Hello,
I'm currently testing gebaar, with the intent of having it replace libinput-gestures. I'm going to write an Gentoo ebuild for it later.
Right now I'm running into weird effects. My config looks like this:
[swipe.commands.three]
up = "xdotool key control+t"
down = "xdotool key control+w"
left = "xdotool click 8"
right = "xdotool click 9"
left_down = ""
right_down = ""
left_up = ""
right_up = ""
[swipe.commands.four]
up = ""
down = ""
left = ""
right = ""
left_down = ""
right_down = ""
left_up = ""
right_up = ""
[swipe.settings]
threshold = 5.0
one_shot = true
trigger_on_release = false
[pinch.commands]
in = ""
out = ""
[pinch.settings]
threshold = 0.25
one_shot = false
swipe.commands.three is picked up by gebaard. swipe.settings however appears to not be. The actual threshold is close to 0, meaning the tiniest movement with three fingers in any direction triggers the corresponding event. I've tried increasing the threshold as high as 5000 with no difference whatsoever. Similarly, toggling one_shot to false does not allow repeated events, nor does trigger_on_release=true actually trigger on release. It seems this section of the config is simply ignored.
Any ideas? Thanks!
Hello,
I'm currently testing gebaar, with the intent of having it replace libinput-gestures. I'm going to write an Gentoo ebuild for it later.
Right now I'm running into weird effects. My config looks like this:
swipe.commands.threeis picked up by gebaard.swipe.settingshowever appears to not be. The actual threshold is close to 0, meaning the tiniest movement with three fingers in any direction triggers the corresponding event. I've tried increasing the threshold as high as 5000 with no difference whatsoever. Similarly, togglingone_shotto false does not allow repeated events, nor doestrigger_on_release=true actually trigger on release. It seems this section of the config is simply ignored.Any ideas? Thanks!