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 --- .local/share/applications/zathura.desktop | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .local/share/applications/zathura.desktop (limited to '.local') 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