From 4c4521415ef14a9849baf2cc008e90a1c6225562 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Tue, 14 Nov 2023 11:40:04 +0100 Subject: xdg: Add a .desktop file for Zathura --- .config/mimeapps.list | 1 + .local/share/applications/zathura.desktop | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 .local/share/applications/zathura.desktop diff --git a/.config/mimeapps.list b/.config/mimeapps.list index 6734de2..fd64233 100644 --- a/.config/mimeapps.list +++ b/.config/mimeapps.list @@ -1,4 +1,5 @@ [Default Applications] +application/pdf=zathura.desktop text/html=firefox.desktop x-scheme-handler/about=firefox.desktop x-scheme-handler/http=firefox.desktop diff --git a/.local/share/applications/zathura.desktop b/.local/share/applications/zathura.desktop new file mode 100644 index 0000000..1358f69 --- /dev/null +++ b/.local/share/applications/zathura.desktop @@ -0,0 +1,13 @@ +[Desktop Entry] +Version=1.0 +Name=zathura + +GenericName=PDF Reader +Comment=Launches the zathura PDF reader +Keywords=PDF +Categories=Office;Viewer + +Type=Application +Terminal=false +Exec=zathura %u +MimeType=application/pdf -- cgit v1.2.3