diff options
author | Gethyn ThomasQuail <gethyn@bloodbathsoftworks.com> | 2015-12-18 11:11:12 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-12-19 07:22:57 +0700 |
commit | 55a8e5b2988be90f9bc0efe2fb324a480238f794 (patch) | |
tree | 423c3063e85734a71e60a6a9911074a98d8f9093 /desktop/mimi/README | |
parent | 08c2f5a404b13a4988c9ba0b09379107efdd3a2f (diff) |
desktop/mimi: Added (xdg-open alternative).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/mimi/README')
-rw-r--r-- | desktop/mimi/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/desktop/mimi/README b/desktop/mimi/README new file mode 100644 index 0000000000000..cfb9b41e96585 --- /dev/null +++ b/desktop/mimi/README @@ -0,0 +1,10 @@ +mimi is an improved verision of xdg-open. The original xdg-open works horribly without DE environment. + +Note: + +This WILL overwrite xdg-open. If you desire to go back to the original xdg-open script, be sure to +reinstall xdg-utils from Slackware's repo. + +You specifically define what applications should be opened by which mime type. Simple make a text file +at "~/.config/mimi/mime.conf" and edit it to your liking. If you don't feel like doing, this mimi will +automatically find the best suited desktop file for the file. More info on the Github page. |