mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 07:53: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
|
kb_variant = altgr-intl
|
||||||
follow_mouse = 1
|
follow_mouse = 1
|
||||||
sensitivity = 0 # -1.0 to 1.0, 0 means no modification.
|
sensitivity = 0 # -1.0 to 1.0, 0 means no modification.
|
||||||
|
tablet {
|
||||||
|
output = eDP-1
|
||||||
|
}
|
||||||
|
touchdevice {
|
||||||
|
output = eDP-1
|
||||||
|
}
|
||||||
touchpad {
|
touchpad {
|
||||||
clickfinger_behavior = true
|
clickfinger_behavior = true
|
||||||
drag_lock = true
|
drag_lock = true
|
||||||
middle_button_emulation = true
|
middle_button_emulation = true
|
||||||
natural_scroll = yes
|
natural_scroll = true
|
||||||
tap-to-click = true
|
tap-to-click = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue