From 5e0511b18aa495ea84038f8f1c4f17167790bf84 Mon Sep 17 00:00:00 2001 From: David Vazgenovich Shakaryan Date: Sun, 18 Jan 2026 20:10:39 -0800 Subject: fix cursor not being hidden when idle --- main.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'main.lua') diff --git a/main.lua b/main.lua index 054a525..481cb7d 100644 --- a/main.lua +++ b/main.lua @@ -1245,7 +1245,9 @@ local function set_key_bindings() if binding_state.bound then mp.remove_key_binding('mouse_move') mp.remove_key_binding('unmapped') - mp.command_native({'enable-section', 'default'}) + mp.command_native({ + 'enable-section', 'default', + 'allow-hide-cursor+allow-vo-dragging'}) binding_state.bound = false end return -- cgit v1.2.3-70-g09d2