diff options
author | Joe <bousset.rudy@gmail.com> | 2023-04-29 21:04:54 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2023-04-29 21:04:54 +0200 |
commit | f030ac38a2c4f76d8656ee4b109c6189b24cbec1 (patch) | |
tree | cbc8c7f97e8dd524112388b61777ef5d2b13ef7f /.config/openbox | |
parent | up (diff) | |
download | dotfiles-bsd-f030ac38a2c4f76d8656ee4b109c6189b24cbec1.tar.gz dotfiles-bsd-f030ac38a2c4f76d8656ee4b109c6189b24cbec1.tar.bz2 dotfiles-bsd-f030ac38a2c4f76d8656ee4b109c6189b24cbec1.tar.xz dotfiles-bsd-f030ac38a2c4f76d8656ee4b109c6189b24cbec1.tar.zst dotfiles-bsd-f030ac38a2c4f76d8656ee4b109c6189b24cbec1.zip |
up
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 a44cb7e..b9aed2a 100755 --- a/.config/openbox/menu.xml +++ b/.config/openbox/menu.xml @@ -33,6 +33,11 @@ <command>transmission-gtk</command> </action> </item> + <item label="Wireshark"> + <action name="Execute"> + <command>wireshark</command> + </action> + </item> <item label="Google Earth"> <action name="Execute"> <command>google-earth-pro</command> |