From 7e00bdb24ac6a71150d80ff6bbbd169b7f563f4e Mon Sep 17 00:00:00 2001 From: Joe <bousset.rudy@gmail.com> Date: Sun, 7 May 2023 01:45:42 +0200 Subject: up --- .config/openbox/menu.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.config/openbox/menu.xml b/.config/openbox/menu.xml index 2131f3e..9988f32 100755 --- a/.config/openbox/menu.xml +++ b/.config/openbox/menu.xml @@ -35,7 +35,12 @@ </item> <item label="Wireshark"> <action name="Execute"> - <command>sudo wireshark</command> + <command>doas wireshark</command> + </action> + </item> + <item label="MKVToolNix"> + <action name="Execute"> + <command>mkvtoolnix-gui</command> </action> </item> <item label="Google Earth"> -- cgit v1.2.3