2022-01-16 18:20:39 +00:00
|
|
|
---
|
|
|
|
title: "xdg"
|
2022-01-26 22:35:07 +00:00
|
|
|
tags: [ "Documentation", "System" ]
|
2022-01-16 18:20:39 +00:00
|
|
|
---
|
2020-01-02 00:04:35 +00:00
|
|
|
|
|
|
|
What filetype is this file?
|
|
|
|
|
|
|
|
> xdg-mime query filetype aif.pdf
|
|
|
|
|
|
|
|
`application/pdf`
|
|
|
|
|
|
|
|
Make `application/pdf` open with zathura as default:
|
|
|
|
|
|
|
|
> xdg-mime default org.pwmt.zathura.desktop application/pdf
|
|
|
|
|