diff options
author | Joe <bousset.rudy@gmail.com> | 2023-02-11 15:26:03 +0100 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2023-02-11 15:26:03 +0100 |
commit | b007c022d7e7b0586af538e50f34c4a55b7a1b47 (patch) | |
tree | f151af06f8b18a0f08b36c185611d3bf53f9713c /.config/openbox | |
parent | up (diff) | |
download | dotfiles-bsd-b007c022d7e7b0586af538e50f34c4a55b7a1b47.tar.gz dotfiles-bsd-b007c022d7e7b0586af538e50f34c4a55b7a1b47.tar.bz2 dotfiles-bsd-b007c022d7e7b0586af538e50f34c4a55b7a1b47.tar.xz dotfiles-bsd-b007c022d7e7b0586af538e50f34c4a55b7a1b47.tar.zst dotfiles-bsd-b007c022d7e7b0586af538e50f34c4a55b7a1b47.zip |
up
Diffstat (limited to '.config/openbox')
-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"> |