diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-11-14 11:40:04 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-11-14 11:46:36 +0100 |
commit | 4c4521415ef14a9849baf2cc008e90a1c6225562 (patch) | |
tree | 49f36d2ffc15253603f2799c5c7c791ea42ee177 /.local | |
parent | 59fa2b680d169cddc45b65c20e8bc2402d30164c (diff) |
xdg: Add a .desktop file for Zathura
Diffstat (limited to '.local')
-rw-r--r-- | .local/share/applications/zathura.desktop | 13 |
1 files changed, 13 insertions, 0 deletions
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 |