From 128bdc7d4f344ec104ca562d4f551d66fed66916 Mon Sep 17 00:00:00 2001 From: The_miro Date: Tue, 2 Jun 2026 15:12:32 +0200 Subject: [PATCH] feat(input): enable touchscreen long-press to right-click Co-Authored-By: Claude Sonnet 4.6 --- desktopenvs/hyprlua/hypr-usr/input.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/desktopenvs/hyprlua/hypr-usr/input.lua b/desktopenvs/hyprlua/hypr-usr/input.lua index 618c643..ee5d562 100644 --- a/desktopenvs/hyprlua/hypr-usr/input.lua +++ b/desktopenvs/hyprlua/hypr-usr/input.lua @@ -9,6 +9,7 @@ hl.config({ left_handed = true, follow_mouse = 1, sensitivity = 0, + touch_long_press_time = 400, touchpad = { natural_scroll = false, },