diff options
author | Joe <rrbo@proton.me> | 2023-01-11 15:18:24 +0100 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-01-11 15:18:24 +0100 |
commit | 029448197669f91b21c15d6d79e8acc88311e19d (patch) | |
tree | 71542010a599b2e66ad093f4f276ddde810b2119 /.config/openbox | |
parent | up (diff) | |
download | dotfiles-bsd-029448197669f91b21c15d6d79e8acc88311e19d.tar.gz dotfiles-bsd-029448197669f91b21c15d6d79e8acc88311e19d.tar.bz2 dotfiles-bsd-029448197669f91b21c15d6d79e8acc88311e19d.tar.xz dotfiles-bsd-029448197669f91b21c15d6d79e8acc88311e19d.tar.zst dotfiles-bsd-029448197669f91b21c15d6d79e8acc88311e19d.zip |
update
Diffstat (limited to '')
-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 aa4d1bd..7feb649 100755 --- a/.config/openbox/menu.xml +++ b/.config/openbox/menu.xml @@ -96,6 +96,11 @@ </menu> <menu id="apps-multimedia-menu" label="Multimedia"> + <item label="Ario"> + <action name="Execute"> + <command>ario</command> + </action> + </item> </menu> <menu id="apps-graphics-menu" label="Graphics"> |