I am forever accidentally middle-clicking and closing browser tabs. I would like to disable the middle-click at the lower edge of my touchpad (Thinkpad T490).
I set middle_button_emulation = false
, which has been ignored.
Suggestions appreciated!
❯ cat .config/hypr/conf/keyboard.conf
# -----------------------------------------------------
# Keyboard Layout
# https://wiki.hyprland.org/Configuring/Variables/#input
# -----------------------------------------------------
input {
kb_layout = us
kb_variant = dvorak
kb_model =
kb_options = altwin:swap_lalt_lwin,ctrl:nocaps
follow_mouse = 1
touchpad {
natural_scroll = true
disable_while_typing = true
tap-to-click = false
middle_button_emulation = false
}
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
}