mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-23 20:34:46 +02:00
bin: explain how to change default MIME type
This commit is contained in:
parent
81715cabc7
commit
7d6866e3f9
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue