From 5326446dd71dbebbe9777d43c065c2ae0f748a51 Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Tue, 28 May 2024 16:19:42 -0400 Subject: [PATCH] fix: typo: ture->true --- hypr/conf/keyboard.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypr/conf/keyboard.conf b/hypr/conf/keyboard.conf index af4fb36..c7f5408 100644 --- a/hypr/conf/keyboard.conf +++ b/hypr/conf/keyboard.conf @@ -11,7 +11,7 @@ input { follow_mouse = 1 mouse_refocus=false touchpad { - natural_scroll = ture + natural_scroll = true disable_while_typing=true tap-to-click=true }