Merge branch 'master' into magnifier

This commit is contained in:
Simon Long 2024-05-03 12:25:09 +01:00 committed by GitHub
commit 2ecec7a978
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 50 additions and 7 deletions

View file

@ -891,6 +891,24 @@ situation.
can be caused by *<margin>* settings or exclusive layer-shell clients
such as panels.
## MENU
```
<menu>
<ignoreButtonReleasePeriod>250</ignoreButtonReleasePeriod>
</menu>
```
*<menu><ignoreButtonReleasePeriod>*
How long (in milliseconds) the initial button release event is ignored
for. The reason for this logic and behaviour is to avoid a fast
press-move-release sequence indended to just open the menu resulting in
the closure of the menu or the selection of (typically the first) menu
item. This behaviour only affects the first button-release. It is not
anticipated that most users will want to change this, but the config
option has been exposed for unusual use-cases. It is equivalent to
Openbox's `<hideDelay>`. Default is 250 ms.
## ENVIRONMENT VARIABLES
*XCURSOR_THEME* and *XCURSOR_SIZE* are supported to set cursor theme

View file

@ -586,6 +586,10 @@
</windowRules>
-->
<menu>
<ignoreButtonReleasePeriod>250</ignoreButtonReleasePeriod>
</menu>
<!--
Magnifier settings