diff options
author | Joe <rrbo@proton.me> | 2023-03-20 14:15:15 +0100 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-03-20 14:15:15 +0100 |
commit | ecf731acbf1c6924b37208ac56fb2bab698e4620 (patch) | |
tree | c3574c54a8de1599709d90bfd57a1cb1c67cfa5b /.config/openbox | |
parent | up (diff) | |
download | dotfiles-bsd-ecf731acbf1c6924b37208ac56fb2bab698e4620.tar.gz dotfiles-bsd-ecf731acbf1c6924b37208ac56fb2bab698e4620.tar.bz2 dotfiles-bsd-ecf731acbf1c6924b37208ac56fb2bab698e4620.tar.xz dotfiles-bsd-ecf731acbf1c6924b37208ac56fb2bab698e4620.tar.zst dotfiles-bsd-ecf731acbf1c6924b37208ac56fb2bab698e4620.zip |
kleo
Diffstat (limited to '.config/openbox')
-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 2bfc231..a43bc05 100755 --- a/.config/openbox/menu.xml +++ b/.config/openbox/menu.xml @@ -23,6 +23,11 @@ <command>qalculate-gtk</command> </action> </item> + <item label="Kleopatra"> + <action name="Execute"> + <command>kleopatra</command> + </action> + </item> <item label="Google Earth"> <action name="Execute"> <command>google-earth-pro</command> |