Specific input device configuration
Author: YaLTeRCreated May 21, 2024Updated Sep 15, 2026
Labelsarea:inputarea:config
Ability to configure specific input devices.
Syntax: something along
input {
mouse "identifier" {
// Settings for this device.
}
}Resolution for a given device:
- Search for settings block matching this device's identifier.
- If not found, use the general block for this device's type.
Identifier: check what other compositors use, guess it's something libinput should be exposing.
For keyboards, it should support per-keyboard XKB config.
Source: niri-wm/niri