mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
config: support libinput sendEventsMode
This allows to enable / disable libinput devices. Co-Authored-By: @Consolatis
This commit is contained in:
parent
9456b50983
commit
6fb06c54c2
6 changed files with 78 additions and 6 deletions
|
|
@ -684,6 +684,20 @@ extending outward from the snapped edge.
|
|||
|
||||
The default method depends on the touchpad hardware.
|
||||
|
||||
*<libinput><device><sendEventsMode>* [yes|no|disabledOnExternalMouse]
|
||||
Optionally enable or disable sending any device events.
|
||||
|
||||
The options available are:
|
||||
- *yes* - Events are sent as usual
|
||||
- *no* - No events are sent from this device
|
||||
- *disabledOnExternalMouse* - This device does not send events if an
|
||||
external mouse has been detected.
|
||||
|
||||
It is possible to prevent events from a device in the config and then do
|
||||
a Reconfigure to temporarily enable / disable specific devices.
|
||||
|
||||
By default, this setting is not configured.
|
||||
|
||||
## WINDOW RULES
|
||||
|
||||
Two types of window rules are supported, actions and properties. They are
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue