How to manage your Arch default Apps.
- install xdg-utils
- use the xdg-mime
Determine a file's MIME type:
$ xdg-mime query filetype photo.jpeg
image/jpeg
Determine the default application for a MIME type:
$ xdg-mime query default image/jpeg
gimp.desktop
Change the default application for a MIME type:
$ xdg-mime default feh.desktop image/jpeg
沒有留言:
張貼留言