From d21fe21feed2e6bfe8e3d3e23b5482b99a1f97d6 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Tue, 1 Jul 2025 22:44:29 +0900 Subject: modified lf/lfrc, modified .config/mimeapps.list, modified bin/dmenurecord, modified applications/video.desktop, created applications/music.desktop --- global/.local/share/applications/music.desktop | 4 ++++ global/.local/share/applications/video.desktop | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 global/.local/share/applications/music.desktop (limited to 'global') diff --git a/global/.local/share/applications/music.desktop b/global/.local/share/applications/music.desktop new file mode 100644 index 0000000..0341723 --- /dev/null +++ b/global/.local/share/applications/music.desktop @@ -0,0 +1,4 @@ +[Desktop Entry] +Type=Application +Name=Video Viewer +Exec=/usr/bin/mpv --quiet --volume=50 --x11-name=music --force-window=yes --audio-display=embedded-first %f diff --git a/global/.local/share/applications/video.desktop b/global/.local/share/applications/video.desktop index 2814690..5f5def8 100644 --- a/global/.local/share/applications/video.desktop +++ b/global/.local/share/applications/video.desktop @@ -1,4 +1,4 @@ [Desktop Entry] Type=Application Name=Video Viewer -Exec=/usr/bin/mpv -quiet %f +Exec=/usr/bin/mpv --x11-name=video --quiet %f -- cgit v1.2.3