mirror of
https://github.com/xHyroM/dotfiles.git
synced 2024-11-22 14:41:05 +01:00
openbox games menu
This commit is contained in:
parent
0439b6afe5
commit
757241e70a
1 changed files with 7 additions and 0 deletions
|
@ -14,6 +14,12 @@
|
||||||
</item>
|
</item>
|
||||||
</menu>
|
</menu>
|
||||||
|
|
||||||
|
<menu id="apps-games-menu" label="Games">
|
||||||
|
<item label="PollyMC">
|
||||||
|
<action name="Execute"><command>pollymc</command></action>
|
||||||
|
</item>
|
||||||
|
</menu>
|
||||||
|
|
||||||
<menu id="apps-term-menu" label="Terminals">
|
<menu id="apps-term-menu" label="Terminals">
|
||||||
<item label="Kitty">
|
<item label="Kitty">
|
||||||
<action name="Execute"><command>kitty</command></action>
|
<action name="Execute"><command>kitty</command></action>
|
||||||
|
@ -57,6 +63,7 @@
|
||||||
<menu id="root-menu" label="Openbox 3">
|
<menu id="root-menu" label="Openbox 3">
|
||||||
<separator label="Applications" />
|
<separator label="Applications" />
|
||||||
<menu id="apps-editors-menu"/>
|
<menu id="apps-editors-menu"/>
|
||||||
|
<menu id="apps-games-menu"/>
|
||||||
<menu id="apps-net-menu"/>
|
<menu id="apps-net-menu"/>
|
||||||
<menu id="apps-term-menu"/>
|
<menu id="apps-term-menu"/>
|
||||||
<separator label="System" />
|
<separator label="System" />
|
||||||
|
|
Loading…
Reference in a new issue