]> git.mdlowis.com Git - proto/labwc.git/commit
seat.c: reset libinput device config on reconfigure
authortokyo4j <hrak1529@gmail.com>
Tue, 19 Aug 2025 05:15:01 +0000 (14:15 +0900)
committerHiroaki Yamamoto <hrak1529@gmail.com>
Tue, 19 Aug 2025 08:18:08 +0000 (17:18 +0900)
commitd1d4037335a3dcd13668b2efa630a0cab0ef92da
tree478f9807f85b37a7b5093a16d87eb9f10be3ef6e
parent7041accb56428a5c3dcb8de43352b89b5ad70754
seat.c: reset libinput device config on reconfigure

Before this commit, setting empty values in <libinput> entires and
executing Reconfigure left libinput devices with old configurations.

This commit makes sure that default values are set in libinput devices
on every Reconfigure to make rc.xml more declarative.
src/seat.c