diff options
Diffstat (limited to '')
-rwxr-xr-x | .config/openbox/menu.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.config/openbox/menu.xml b/.config/openbox/menu.xml index 18c3f84..7bcc1c4 100755 --- a/.config/openbox/menu.xml +++ b/.config/openbox/menu.xml @@ -23,6 +23,11 @@ <command>qalculate-gtk</command> </action> </item> + <item label="Google Earth"> + <action name="Execute"> + <command>google-earth-pro</command> + </action> + </item> </menu> <menu id="apps-editors-menu" label="Editors"> @@ -89,11 +94,6 @@ <command>hexchat</command> </action> </item> - <item label="Google Earth"> - <action name="Execute"> - <command>google-earth-pro</command> - </action> - </item> </menu> <menu id="apps-multimedia-menu" label="Multimedia"> |