]> git.mdlowis.com Git - proto/labwc.git/commitdiff
docs/rc.xml: Overwrite the default W-Return keybind
authorConsolatis <35009135+Consolatis@users.noreply.github.com>
Fri, 6 Jan 2023 15:54:11 +0000 (16:54 +0100)
committerJohan Malm <johanmalm@users.noreply.github.com>
Fri, 6 Jan 2023 21:40:49 +0000 (21:40 +0000)
.. instead of adding a new one.
Also change from sakura to foot and add comments.

docs/rc.xml

index abc62d45f04ce77736cebe87b96e9d7c6bf381f7..fe95e2f7b7c2a93436be2ac37946951ee8085219 100644 (file)
 
   <keyboard>
     <default />
-    <keybind key="A-Return">
-      <action name="Execute" command="sakura" />
+    <!-- Use a different terminal emulator -->
+    <keybind key="W-Return">
+      <action name="Execute" command="foot" />
     </keybind>
   </keyboard>
 
   <mouse>
     <default />
+    <!-- Show a custom menu on desktop right click -->
     <context name="Root">
       <mousebind button="Right" action="Press">
         <action name="ShowMenu" menu="some-custom-menu" />