xinput / libinputで "default"属性の目的は何ですか?

xinput / libinputで

xinput私のDE設定ユーティリティはその設定を公開しないので、垂直(2本指)スクロール速度を調整したいと思います。だからxinput --list-props私はタッチパッドで利用可能な設定のリストを得るために走りました。私は多くのプロパティ自体に2つのバージョンがあることがわかりました。 1つはデフォルト値を持ち、1つはデフォルト値を持ちません。

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のマニュアルページを見ましたが、私の質問に対する答えが見つかりませんでした。

ベストアンサー1

おすすめ記事