diff options
author | Stanislav Ochotnický <stanislav@ochotnicky.com> | 2023-02-06 15:58:29 +0100 |
---|---|---|
committer | Simon Zeni <simon@bl4ckb0ne.ca> | 2023-03-11 11:58:05 -0500 |
commit | ebeed7e303110403cc0134a1927008998caa8d96 (patch) | |
tree | efbc11032f876beab3e9a5673cd4c5a4f99516b1 | |
parent | 51c9376c07639f7876fadc8522d8491d728c7c70 (diff) | |
download | sway-ebeed7e303110403cc0134a1927008998caa8d96.tar.xz |
man: add warning for hide_cursor configuration
See https://github.com/swaywm/sway/issues/6297
-rw-r--r-- | sway/sway-input.5.scd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sway/sway-input.5.scd b/sway/sway-input.5.scd index 91c978d6..7f51b866 100644 --- a/sway/sway-input.5.scd +++ b/sway/sway-input.5.scd @@ -251,6 +251,10 @@ correct seat. If _when-typing_ is enabled, then the cursor will be hidden whenever a key is pressed. + Be aware that this setting can interfere with input handling in games and + certain types of software (Gimp, Blender etc) that rely on simultaneous + input from mouse and keyboard. + *seat* <name> idle_inhibit <sources...> Sets the set of input event sources which can prevent the seat from becoming idle, as a space separated list of source names. Valid names are |