authenticate fake-input

This commit is contained in:
Ferdinand Schober
2023-02-15 14:07:58 +01:00
parent f2e0850e68
commit 049e17775e

View File

@@ -72,6 +72,7 @@ impl App {
let virtual_input_manager = match (vpm, vkm, fake_input) {
(Ok(vpm), Ok(vkm), _) => VirtualInputManager::Wlroots { vpm, vkm },
(_, _, Ok(fake_input)) => {
fake_input.authenticate("lan-mouse".into(), "Allow remote clients to control this devices".into());
VirtualInputManager::Kde { fake_input }
},
(Err(e1), Err(e2), Err(e3)) => {