diff options
-rw-r--r-- | .config/mimeapps.list | 1 | ||||
-rw-r--r-- | .local/share/applications/zathura.desktop | 13 |
2 files changed, 14 insertions, 0 deletions
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 |