diff options
author | Joe <bousset.rudy@gmail.com> | 2023-02-11 15:24:50 +0100 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2023-02-11 15:24:50 +0100 |
commit | 4cd5af5e1b87db965365c530169aff1e95524eb1 (patch) | |
tree | 41f8eb25f3d14f0eb0691a221aa407151e9009e7 | |
parent | up (diff) | |
download | dotfiles-bsd-4cd5af5e1b87db965365c530169aff1e95524eb1.tar.gz dotfiles-bsd-4cd5af5e1b87db965365c530169aff1e95524eb1.tar.bz2 dotfiles-bsd-4cd5af5e1b87db965365c530169aff1e95524eb1.tar.xz dotfiles-bsd-4cd5af5e1b87db965365c530169aff1e95524eb1.tar.zst dotfiles-bsd-4cd5af5e1b87db965365c530169aff1e95524eb1.zip |
up
-rwxr-xr-x | .config/openbox/menu.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/openbox/menu.xml b/.config/openbox/menu.xml index b0f7fe8..18c3f84 100755 --- a/.config/openbox/menu.xml +++ b/.config/openbox/menu.xml @@ -89,6 +89,11 @@ <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"> |