Add Thunderbird

This commit is contained in:
swagg boi 2025-03-26 23:36:11 -04:00
parent 027dbea4ff
commit 2d17f108e1

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<openbox_menu xmlns="http://openbox.org/3.4/menu"> <openbox_menu xmlns="http://openbox.org/3.4/menu">
<menu id="apps-net-menu" label="Internet"> <menu id="apps-net-mozilla-menu" label="Mozilla">
<item label="Firefox"> <item label="Firefox">
<action name="Execute"> <action name="Execute">
<command>firefox</command> <command>firefox</command>
@ -10,6 +10,18 @@
</startupnotify> </startupnotify>
</action> </action>
</item> </item>
<item label="Thunderbird">
<action name="Execute">
<command>thunderbird</command>
<startupnotify>
<enabled>yes</enabled>
<wmclass>Thunderbird</wmclass>
</startupnotify>
</action>
</item>
</menu>
<menu id="apps-net-menu" label="Internet">
<menu id="apps-net-mozilla-menu"/>
<item label="Epiphany"> <item label="Epiphany">
<action name="Execute"> <action name="Execute">
<command>epiphany</command> <command>epiphany</command>