From 1a16262903dce09a60f94698afa96c1b2c91c264 Mon Sep 17 00:00:00 2001 From: Brian Ashworth Date: Thu, 18 Jul 2019 01:06:25 -0400 Subject: ipc: add input::libinput_config event This adds a libinput_config change type to the input event for when the libinput config for a device changes In order for this to be possible to track, the libinput config code had to be refactored. It is now extracted into a separate file to isolate it from the rest of the input management code. --- sway/sway-ipc.7.scd | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sway/sway-ipc.7.scd') diff --git a/sway/sway-ipc.7.scd b/sway/sway-ipc.7.scd index 4688e46d..f0f80bf1 100644 --- a/sway/sway-ipc.7.scd +++ b/sway/sway-ipc.7.scd @@ -1731,6 +1731,8 @@ The following change types are currently available: : (Keyboards only) The keymap for the keyboard has changed |- xkb_layout : (Keyboards only) The effective layout in the keymap has changed +|- libinput_config +: (libinput device only) A libinput config option for the device changed *Example Event:* ``` -- cgit v1.2.3-54-g00ecf