mirror of
https://github.com/YaLTeR/niri.git
synced 2025-10-06 00:23:14 +02:00
Reload libinput settings when trackball, tablet and touch change
Somehow missed this before.
This commit is contained in:
@@ -1385,7 +1385,10 @@ impl State {
|
||||
|
||||
if config.input.touchpad != old_config.input.touchpad
|
||||
|| config.input.mouse != old_config.input.mouse
|
||||
|| config.input.trackball != old_config.input.trackball
|
||||
|| config.input.trackpoint != old_config.input.trackpoint
|
||||
|| config.input.tablet != old_config.input.tablet
|
||||
|| config.input.touch != old_config.input.touch
|
||||
{
|
||||
libinput_config_changed = true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user