From 40321834e1f470e797d7b612546e1d091eb6fd08 Mon Sep 17 00:00:00 2001 From: Dylan De Faoite Date: Thu, 19 Mar 2026 14:00:33 +0000 Subject: [PATCH] fix(hypr): re-enable disable touchpad while typing Really annoying while writing my FYP report. --- .config/hypr/input.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/.config/hypr/input.conf b/.config/hypr/input.conf index 1c54b1b..3289d9e 100644 --- a/.config/hypr/input.conf +++ b/.config/hypr/input.conf @@ -13,7 +13,6 @@ input { touchpad { natural_scroll = true scroll_factor = 0.45 - disable_while_typing = false } }