bin: explain how to change default MIME type

This commit is contained in:
Vincent Bernat 2020-05-17 15:33:20 +02:00
parent 81715cabc7
commit 7d6866e3f9

View file

@ -3,6 +3,10 @@
"""Simple application selector relying on GTK app chooser dialog.
"""
# This doesn't allow to set a default application for a MIME type. Use
# "xdg-mime default something.desktop mime/type" to change a default.
# Usually, it will update ~/.config/mimeapps.list.
import argparse
import sys
import gi