]> git.mdlowis.com Git - proto/labwc.git/commitdiff
docs/rc.xml.all: add missing atCursor="no"
authortokyo4j <hrak1529@gmail.com>
Mon, 26 Aug 2024 09:29:49 +0000 (18:29 +0900)
committerJohan Malm <johanmalm@users.noreply.github.com>
Sat, 21 Sep 2024 13:15:16 +0000 (14:15 +0100)
docs/rc.xml.all

index 2bd32804fdbec6100db8c178f5baa6a862198859..b76db6617beea8b0b7236375f64d1a994ab10fcc 100644 (file)
       <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%-" />
 
     <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>