hyprwm / Hyprland

Hyprland is an independent, highly customizable, dynamic tiling Wayland compositor that doesn't sacrifice on its looks.
https://hyprland.org
BSD 3-Clause "New" or "Revised" License
18.58k stars 772 forks source link

Accel_profile settings for touchpad #5601

Open Kommynct opened 3 months ago

Kommynct commented 3 months ago

Discussed in https://github.com/hyprwm/Hyprland/discussions/5580

Originally posted by **Kommynct** April 14, 2024 I've tried ``` input { accel_profile = flat touchpad { accel_profile = adaptive } } ``` But that doesn't seem to work

my goal is to make all touchpads be adaptive and all mice to be flat.

vaxerski commented 3 months ago

@fufexan you use those, I dont

fufexan commented 3 months ago

What's working and what isn't? I expect that at least the mice/touchpads get the right accel profile.

Kommynct commented 3 months ago
input {
    accel_profile = flat
    touchpad {
        accel_profile = adaptive
    }
}

This should make it so that mice get the flat profile, and touchpads get the adaptive profile, however, there's no option for accel_profile under touchpad, so, this doesn't work. I think all touchpads should be adaptive and all mice should be flat.

ordy commented 3 months ago

I'd like to add that setting them under individual per-device configs works as expected, but obviously not as convenient as using the global input section.