diff options
-rw-r--r-- | .config/mimeapps.list | 3 | ||||
-rwxr-xr-x | .config/openbox/menu.xml | 20 |
2 files changed, 23 insertions, 0 deletions
diff --git a/.config/mimeapps.list b/.config/mimeapps.list index b0395a5..6113867 100644 --- a/.config/mimeapps.list +++ b/.config/mimeapps.list @@ -43,6 +43,7 @@ x-scheme-handler/msteams=teams.desktop video/mp4=mpv.desktop application/zip=xarchiver.desktop video/x-matroska=mpv.desktop +video/x-ms-wmv=mpv.desktop [Added Associations] x-scheme-handler/https=userapp-Firefox-NVLWI0.desktop; @@ -61,3 +62,5 @@ text/plain=nvim.desktop;vim.desktop;org.gnome.gedit.desktop; video/mp4=mpv.desktop; application/zip=xarchiver.desktop;org.gnome.Nautilus.desktop; video/x-matroska=mpv.desktop; +application/x-partial-download=mpv.desktop; +video/x-ms-wmv=mpv.desktop; diff --git a/.config/openbox/menu.xml b/.config/openbox/menu.xml index fc7379b..ca7aff8 100755 --- a/.config/openbox/menu.xml +++ b/.config/openbox/menu.xml @@ -79,6 +79,26 @@ <command>signal-desktop</command> </action> </item> + <item label="Liferea"> + <action name="Execute"> + <command>liferea</command> + </action> + </item> + <item label="HexChat"> + <action name="Execute"> + <command>hexchat</command> + </action> + </item> + <item label="irssi"> + <action name="Execute"> + <command>alacritty -e irssi</command> + </action> + </item> + <item label="newsboat"> + <action name="Execute"> + <command>alacritty -e newsboat</command> + </action> + </item> </menu> <menu id="apps-multimedia-menu" label="Multimedia"> |