docs/rc.xml.all: add missing atCursor="no"

This commit is contained in:
tokyo4j 2024-08-26 18:29:49 +09:00 committed by Johan Malm
parent 331ded0328
commit 14f4d8c361

View file

@ -269,7 +269,7 @@
<action name="SnapToEdge" direction="down" />
</keybind>
<keybind key="A-Space">
<action name="ShowMenu" menu="client-menu" />
<action name="ShowMenu" menu="client-menu" atCursor="no" />
</keybind>
<keybind key="XF86_AudioLowerVolume">
<action name="Execute" command="amixer sset Master 5%-" />
@ -447,10 +447,10 @@
<context name="WindowMenu">
<mousebind button="Left" action="Click">
<action name="ShowMenu" menu="client-menu" />
<action name="ShowMenu" menu="client-menu" atCursor="no" />
</mousebind>
<mousebind button="Right" action="Click">
<action name="ShowMenu" menu="client-menu" />
<action name="ShowMenu" menu="client-menu" atCursor="no" />
</mousebind>
</context>