From b5fda3fe8e64770fb9deaca61b46181d32b6884f Mon Sep 17 00:00:00 2001 From: Vaxry Date: Thu, 28 Mar 2024 02:05:11 +0000 Subject: [PATCH] add hide_cursor_on_key_press --- pages/Configuring/Variables.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index 484585b..12b9c39 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -362,6 +362,7 @@ _Subcategory `group:groupbar:`_ | focus_on_activate | Whether Hyprland should focus an app that requests to be focused (an `activate` request) | bool | false | | no_direct_scanout | Disables direct scanout. Direct scanout attempts to reduce lag when there is only one fullscreen application on a screen (e.g. game). It is also recommended to set this to true if the fullscreen application shows graphical glitches. | bool | true | | hide_cursor_on_touch | Hides the cursor when the last input was a touch input until a mouse input is done. | bool | true | +| hide_cursor_on_key_press | Hides the cursor when you press any key until the mouse is moved. | bool | true | | mouse_move_focuses_monitor | Whether mouse moving into a different monitor should focus it | bool | true | | suppress_portal_warnings | disables warnings about incompatible portal implementations. | bool | false | | render_ahead_of_time | [Warning: buggy] starts rendering _before_ your monitor displays a frame in order to lower latency | bool | false |