2022-01-16 18:20:39 +00:00
|
|
|
---
|
|
|
|
title: "xdg"
|
2022-06-18 13:23:48 +00:00
|
|
|
tags: [ "Documentation", "Defaults", "System" ]
|
2022-01-16 18:20:39 +00:00
|
|
|
---
|
2020-01-02 00:04:35 +00:00
|
|
|
|
2022-06-18 13:23:48 +00:00
|
|
|
Tab is your friend.
|
|
|
|
|
2020-01-02 00:04:35 +00:00
|
|
|
What filetype is this file?
|
|
|
|
|
2022-06-18 13:23:48 +00:00
|
|
|
> xdg-mime query filetype *somefile.pdf*
|
2020-01-02 00:04:35 +00:00
|
|
|
|
|
|
|
`application/pdf`
|
|
|
|
|
|
|
|
Make `application/pdf` open with zathura as default:
|
|
|
|
|
|
|
|
> xdg-mime default org.pwmt.zathura.desktop application/pdf
|
|
|
|
|
2022-06-18 13:23:48 +00:00
|
|
|
Ask what happens with a filetype:
|
|
|
|
|
|
|
|
> xdg-mime query default audio/mp3
|
|
|
|
|