From 6e6e9a0712a6e74d7fb892f3609e2045c06e5a24 Mon Sep 17 00:00:00 2001 From: vaxerski Date: Tue, 17 Jan 2023 11:49:00 +0100 Subject: [PATCH] added misc:hide_cursor_on_touch --- pages/Configuring/Variables.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index a132ef2..ce68c54 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -234,6 +234,7 @@ Described [here](../Keywords#per-device-input-configs). | swallow_regex | The *class* regex to be used for windows that should be swallowed (usually, a terminal) | str | \[EMPTY\] | | 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) | bool | false | +| hide_cursor_on_touch | Hides the cursor when the last input was a touch input until a mouse input is done. | bool | true | # Binds