hyprland: map tablet and touchdevices to eDP-1

This commit is contained in:
Aly Raffauf 2024-06-26 14:01:58 -04:00
parent f22cc1c744
commit b0f9144bb7

View file

@ -233,11 +233,17 @@
kb_variant = altgr-intl
follow_mouse = 1
sensitivity = 0 # -1.0 to 1.0, 0 means no modification.
tablet {
output = eDP-1
}
touchdevice {
output = eDP-1
}
touchpad {
clickfinger_behavior = true
drag_lock = true
middle_button_emulation = true
natural_scroll = yes
natural_scroll = true
tap-to-click = true
}
}