From b9b5de47510481fc632318f0bb3228b9dfccb439 Mon Sep 17 00:00:00 2001 From: David Wales Date: Mon, 5 Jan 2026 22:17:43 +1100 Subject: [PATCH] Add example to enable touchpad while typing (#4075) Useful for games! --- config/hypr/input.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/hypr/input.conf b/config/hypr/input.conf index c48b2703..c536e618 100644 --- a/config/hypr/input.conf +++ b/config/hypr/input.conf @@ -25,6 +25,9 @@ input { # Control the speed of your scrolling scroll_factor = 0.4 + # Enable the touchpad while typing + # disable_while_typing = false + # Left-click-and-drag with three fingers # drag_3fg = 1 }