From 019e75955d2693b1625ee06a24534b9eb605d829 Mon Sep 17 00:00:00 2001 From: Jesse Hallett Date: Sat, 1 Feb 2025 20:53:16 -0800 Subject: document interaction between hide-when-typing and wine wayland (#1076) * document interaction between hide-when-typing and wine wayland * Update wiki/Configuration:-Miscellaneous.md --------- Co-authored-by: Ivan Molodetskikh --- wiki/Configuration:-Miscellaneous.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wiki/Configuration:-Miscellaneous.md b/wiki/Configuration:-Miscellaneous.md index 15581408..3107d304 100644 --- a/wiki/Configuration:-Miscellaneous.md +++ b/wiki/Configuration:-Miscellaneous.md @@ -119,6 +119,10 @@ cursor { If set, hides the cursor when pressing a key on the keyboard. +> [!NOTE] +> This setting might interfere with games running in Wine in native Wayland mode that use mouselook, such as first-person games. +> If your character's point of view jumps down when you press a key and move the mouse simultaneously, try disabling this setting. + ```kdl cursor { hide-when-typing -- cgit