From f8e6bcf59ed697bbee7f411883f7c65d544f05c5 Mon Sep 17 00:00:00 2001 From: Aqa-Ib Date: Sat, 11 May 2024 10:30:04 +0200 Subject: [PATCH] Configuring/Variables: fix default value for hide_on_key_press (#648) --- pages/Configuring/Variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index cc7b598..81d67d8 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -409,7 +409,7 @@ _Subcategory `group:groupbar:`_ | zoom_factor | the factor to zoom by around the cursor. Like a magnifying glass. Minimum 1.0 (meaning no zoom) | float | 1.0 | | zoom_rigid | whether the zoom should follow the cursor rigidly (cursor is always centered if it can be) or loosely | bool | false | | enable_hyprcursor | whether to enable hyprcursor support | bool | true | -| hide_on_key_press | Hides the cursor when you press any key until the mouse is moved. | bool | true | +| hide_on_key_press | Hides the cursor when you press any key until the mouse is moved. | bool | false | | hide_on_touch | Hides the cursor when the last input was a touch input until a mouse input is done. | bool | false | ### Debug