mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-22 02:01:55 +07: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