From d17e4d74c8af51841c349814520797ab262f75c1 Mon Sep 17 00:00:00 2001 From: steve hocktail Date: Wed, 22 Apr 2026 08:19:52 -0400 Subject: [PATCH] increase uinput error toast's timeout to 30 seconds --- wayvr/src/subsystem/hid/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wayvr/src/subsystem/hid/mod.rs b/wayvr/src/subsystem/hid/mod.rs index bcd65818..5e50d967 100644 --- a/wayvr/src/subsystem/hid/mod.rs +++ b/wayvr/src/subsystem/hid/mod.rs @@ -65,7 +65,7 @@ Check if you're in input group, run: id -nG"; String::with_capacity(0), full_uinput_error, ) - .with_timeout(10.0)) + .with_timeout(30.0)) } pub struct WheelDelta {