Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing support for libinput options #8495

Open
JohnDowson opened this issue Dec 9, 2024 · 0 comments
Open

Missing support for libinput options #8495

JohnDowson opened this issue Dec 9, 2024 · 0 comments
Labels
bug Not working as intended

Comments

@JohnDowson
Copy link

Please fill out the following:

Sway Version:
1.10
libinput version:
1.27.0

Description:

  1. attempt to use tap_drag or tap_drag_lock libinput options
  2. reload config
  3. get an error nagbar saying Unknown/invalid command 'tap_drag'

get_inputs does seem to know what those options are:

> swaymsg -t get_inputs --raw |  jq '.[] | select(.type=="touchpad").libinput'
{
  "send_events": "enabled",
  "tap": "enabled",
  "tap_button_map": "lrm",
  "tap_drag": "enabled",
  "tap_drag_lock": "disabled",
  "accel_speed": 0.0,
  "accel_profile": "flat",
  "natural_scroll": "disabled",
  "left_handed": "disabled",
  "click_method": "button_areas",
  "clickfinger_button_map": "lrm",
  "middle_emulation": "disabled",
  "scroll_method": "two_finger",
  "dwt": "enabled",
  "dwtp": "enabled"
}
@JohnDowson JohnDowson added the bug Not working as intended label Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Not working as intended
Development

No branches or pull requests

1 participant