diff options
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 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> |