LukeSmithxyz / voidrice

My dotfiles (deployed by LARBS)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`map o &mimeopen "$f"` in `lfrc`

lyh970817 opened this issue · comments

I'm curious what map o &mimeopen "$f" in lfrc does? I understand it as executing mimeiopen in the background but that doesn't seem to have an effect in lf.

commented

AFAIK it opens a file using the program specified by your mime configuration, you can find this configuration file in ~/.local/share/ or ~/.config/...~, it should be called something like "mimeapps.list"

Thanks so much! I guess I was confused because I tried to use it on files which I did not set up mime program for, in which case it opens a program selection menu in the background.