mailcap (459B) [raw]
1 # Defaults (for GUI/X) 2 text/plain; $EDITOR '%s'; 3 application/octet-stream; $EDITOR '%s'; 4 text/html; firefox '%s' & sleep 1; test=test -n "$DISPLAY"; needsterminal; 5 text/html; w3m -I %{charset} -T text/html; copiousoutput; 6 image/*; feh '%s' ; test=test -n "$DISPLAY"; needsterminal; 7 application/pdf; xdg-open '%s' &; test=test -n "$DISPLAY"; needsterminal; 8 9 # Backups for Virtual Console (needs fbida package) 10 image/*; fbi -a '%s'; 11 application/pdf; fbgs '%s';