diff options
author | Joe <bousset.rudy@gmail.com> | 2023-05-07 01:45:42 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2023-05-07 01:45:42 +0200 |
commit | 7e00bdb24ac6a71150d80ff6bbbd169b7f563f4e (patch) | |
tree | ef74d134fecc0cacca5b9d3ebe7908b268a68f14 /.config | |
parent | up (diff) | |
download | dotfiles-bsd-7e00bdb24ac6a71150d80ff6bbbd169b7f563f4e.tar.gz dotfiles-bsd-7e00bdb24ac6a71150d80ff6bbbd169b7f563f4e.tar.bz2 dotfiles-bsd-7e00bdb24ac6a71150d80ff6bbbd169b7f563f4e.tar.xz dotfiles-bsd-7e00bdb24ac6a71150d80ff6bbbd169b7f563f4e.tar.zst dotfiles-bsd-7e00bdb24ac6a71150d80ff6bbbd169b7f563f4e.zip |
up
Diffstat (limited to '.config')
-rwxr-xr-x | .config/openbox/menu.xml | 7 |
1 files changed, 6 insertions, 1 deletions
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"> |