From a5be3dea45825fd8ec2d5938d5a0b06001bfae52 Mon Sep 17 00:00:00 2001 From: KK Date: Sun, 21 Jun 2026 22:46:32 +0200 Subject: [PATCH] readme: add mpv --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bd0e8c9..d35080d 100644 --- a/README.md +++ b/README.md @@ -186,6 +186,7 @@ sudo apt install -y \ pavucontrol \ grim \ imv \ + mpv \ ffmpeg libavcodec-extra ``` @@ -204,6 +205,7 @@ Package notes: - `wl-clipboard` - Wayland clipboard tools, mainly `wl-copy` and `wl-paste`. Needed by scripts and editor integrations. - `fonts-jetbrains-mono` - nice monospace font for terminal/editor use. - `imv` - image viewer + - `mpv` - multimedia viewer (watching videos) - xdg, a standard required by some apps (shared enviroment variables and such): - `xdg-desktop-portal-wlr` - desktop portal backend for wlroots compositors like Sway. Needed for screen sharing, screenshots, file pickers, and other app integrations. - `xdg-desktop-portal-gtk` - GTK portal backend/fallback. Helps with file picker dialogs and desktop integration for some applications.