mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 02:13:55 -05:00
hyprland: map tablet and touchdevices to eDP-1
This commit is contained in:
parent
f22cc1c744
commit
b0f9144bb7
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue