add config for wacom tablet
This commit is contained in:
parent
fa5c85f728
commit
b6c34a620e
@ -240,4 +240,28 @@ client.unfocused #222222 #222222 #AAAAAA
|
|||||||
# font
|
# font
|
||||||
font pango: IBMPlexMono Regular 10
|
font pango: IBMPlexMono Regular 10
|
||||||
|
|
||||||
|
# wacom
|
||||||
|
input "1386:770:Wacom_Intuos_PT_S_Pen" {
|
||||||
|
accel_profile "flat"
|
||||||
|
pointer_accel 0
|
||||||
|
map_to_output "Goldstar Company Ltd LG IPS QHD 201NTPCGD520"
|
||||||
|
}
|
||||||
|
|
||||||
|
input "1386:770:Wacom_Intuos_PT_S_Finger" {
|
||||||
|
click_method clickfinger
|
||||||
|
drag enabled
|
||||||
|
scroll_method two_finger
|
||||||
|
tap enabled
|
||||||
|
accel_profile adaptive
|
||||||
|
}
|
||||||
|
|
||||||
|
input "1386:770:Wacom_Intuos_PT_S_Pad" {
|
||||||
|
click_method clickfinger
|
||||||
|
drag enabled
|
||||||
|
scroll_method two_finger
|
||||||
|
tap enabled
|
||||||
|
accel_profile adaptive
|
||||||
|
dwt enable
|
||||||
|
}
|
||||||
|
|
||||||
include /etc/sway/config.d/*
|
include /etc/sway/config.d/*
|
||||||
|
Loading…
Reference in New Issue
Block a user