~whynothugo/wlhc

20a024417ac24dbcf41fe039425e7e6400007b67 — Hugo Osvaldo Barrera 3 months ago 2d86fa7 main
Clarify caveat
1 files changed, 4 insertions(+), 3 deletions(-)

M README.md
M README.md => README.md +4 -3
@@ 52,9 52,10 @@ Lock the screen when the pointer toucher the bottom left corner:

# Caveats

- Clicks on the configured corner won't be passed to the underlying client. This
  is due to the way `wlhc` uses layer-shell, and cannot be fixed without some
  additional compositor support.
Clicks on the configured corner won't be passed a client rendering in that
corner; they will be swallowed by `wlhc`. This is due to the way it uses
layer-shell, and cannot be fixed without some additional compositor support.
This is only realistically a problem when using a delay with `-d`.

# Limitations