xinput/libinput에서 "default" 속성의 용도는 무엇입니까?

xinput/libinput에서 "default" 속성의 용도는 무엇입니까?

xinput내 DE 설정 유틸리티가 해당 설정을 노출하지 않기 때문에 수직(두 손가락) 스크롤 속도를 조정하고 싶습니다 . 그래서 xinput --list-props터치패드에 사용 가능한 설정 목록을 얻기 위해 달려갔습니다 . 나는 많은 속성 자체에 두 가지 버전이 있다는 것을 알았습니다. 하나는 기본값이 있고 하나는 기본값이 없습니다.

Device '******* Touchpad':
Device Enabled (201):   1
Coordinate Transformation Matrix (203): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
libinput Tapping Enabled (349): 1
libinput Tapping Enabled Default (350): 0
libinput Tapping Drag Enabled (351):    1
libinput Tapping Drag Enabled Default (352):    1
libinput Tapping Drag Lock Enabled (353):   0
libinput Tapping Drag Lock Enabled Default (354):   0
libinput Tapping Button Mapping Enabled (355):  1, 0
libinput Tapping Button Mapping Default (356):  1, 0
libinput Natural Scrolling Enabled (328):   1
libinput Natural Scrolling Enabled Default (329):   0
libinput Disable While Typing Enabled (357):    1
libinput Disable While Typing Enabled Default (358):    1
libinput Scroll Methods Available (330):    1, 1, 0
libinput Scroll Method Enabled (331):   1, 0, 0
libinput Scroll Method Enabled Default (332):   1, 0, 0
libinput Click Methods Available (359): 1, 1
libinput Click Method Enabled (360):    1, 0
libinput Click Method Enabled Default (361):    1, 0
libinput Middle Emulation Enabled (362):    0
libinput Middle Emulation Enabled Default (363):    0
libinput Accel Speed (337): 0.000000
libinput Accel Speed Default (338): 0.000000
libinput Accel Profiles Available (339):    1, 1
libinput Accel Profile Enabled (340):   1, 0
libinput Accel Profile Enabled Default (341):   1, 0
libinput Left Handed Enabled (342): 0
libinput Left Handed Enabled Default (343): 0
libinput Send Events Modes Available (313): 1, 1
libinput Send Events Mode Enabled (314):    0, 0
libinput Send Events Mode Enabled Default (315):    0, 0
Device Node (316):  "/dev/input/event16"
Device Product ID (317):    1267, 12491
libinput Drag Lock Buttons (344):   <no items>
libinput Horizontal Scroll Enabled (345):   1
libinput Scrolling Pixel Distance (346):    30
libinput Scrolling Pixel Distance Default (347):    15
libinput High Resolution Wheel Scroll Enabled (348):    1

이름에서 알 수 있듯이 기본값은 재부팅 후에도 유지되고 기본값이 아닌 값을 채우나요?

https://wiki.archlinux.org/title/Xinputxinput 매뉴얼 페이지를 보았지만 내 질문에 대한 답변을 찾지 못했습니다.

관련 정보