From 739bee5aa85dee7a36e780f82224fa3f62c088b1 Mon Sep 17 00:00:00 2001 From: fuyu147 Date: Fri, 19 Dec 2025 11:14:33 -0500 Subject: [PATCH] Configuring/Variables: added entry for `hide_on_tablet` (#1316) --- content/Configuring/Variables.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/Configuring/Variables.md b/content/Configuring/Variables.md index f0aa55b..a1b8c89 100644 --- a/content/Configuring/Variables.md +++ b/content/Configuring/Variables.md @@ -514,6 +514,7 @@ _Subcategory `cursor:`_ | 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 | false | | hide_on_touch | Hides the cursor when the last input was a touch input until a mouse input is done. | bool | true | +| hide_on_tablet | Hides the cursor when the last input was a tablet input until a mouse input is done. | bool | true | | use_cpu_buffer | Makes HW cursors use a CPU buffer. Required on Nvidia to have HW cursors. 0 - off, 1 - on, 2 - auto (nvidia only) | int | 2 | | warp_back_after_non_mouse_input | Warp the cursor back to where it was after using a non-mouse input to move it, and then returning back to mouse. | bool | false | | zoom_disable_aa | disable antialiasing when zooming, which means things will be pixelated instead of blurry | bool | false |