aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway-ipc.7.scd
diff options
context:
space:
mode:
authorLibravatar Brian Ashworth <bosrsf04@gmail.com>2019-07-18 01:06:25 -0400
committerLibravatar Simon Ser <contact@emersion.fr>2019-07-23 20:45:46 +0300
commit1a16262903dce09a60f94698afa96c1b2c91c264 (patch)
tree5232ce26dccf8008bcc2cb0cda95dcde382e1c39 /sway/sway-ipc.7.scd
parentipc: add an input event (diff)
downloadsway-1a16262903dce09a60f94698afa96c1b2c91c264.tar.gz
sway-1a16262903dce09a60f94698afa96c1b2c91c264.tar.zst
sway-1a16262903dce09a60f94698afa96c1b2c91c264.zip
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.
Diffstat (limited to 'sway/sway-ipc.7.scd')
-rw-r--r--sway/sway-ipc.7.scd2
1 files changed, 2 insertions, 0 deletions
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:
1731: (Keyboards only) The keymap for the keyboard has changed 1731: (Keyboards only) The keymap for the keyboard has changed
1732|- xkb_layout 1732|- xkb_layout
1733: (Keyboards only) The effective layout in the keymap has changed 1733: (Keyboards only) The effective layout in the keymap has changed
1734|- libinput_config
1735: (libinput device only) A libinput config option for the device changed
1734 1736
1735*Example Event:* 1737*Example Event:*
1736``` 1738```