menu: add Terminal to default root-menu

This commit is contained in:
Johan Malm 2025-07-01 21:25:40 +01:00 committed by Johan Malm
parent e94781ef3f
commit c749a11517
3 changed files with 27 additions and 18 deletions

View file

@ -55,12 +55,10 @@
<!--
<menu id="client-list-combined-menu" label="Running..." />
-->
<item label="Web browser">
<action name="Execute" command="firefox" />
</item>
<item label="Terminal">
<action name="Execute" command="alacritty" />
<action name="Execute" command="lab-sensible-terminal" />
</item>
<separator />
<item label="Reconfigure">
<action name="Reconfigure" />
</item>