docs/rc.xml: Overwrite the default W-Return keybind

.. instead of adding a new one.
Also change from sakura to foot and add comments.
This commit is contained in:
Consolatis 2023-01-06 16:54:11 +01:00 committed by Johan Malm
parent b12b6b320e
commit b62159fe06

View file

@ -19,13 +19,15 @@
<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" />