mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-01-19 09:31:38 +01:00
7 lines
233 B
Text
7 lines
233 B
Text
|
text/plain; $EDITOR %s ;
|
||
|
text/html; w3m -I %{charset} -T text/html; copiousoutput;
|
||
|
image/*; setsid imv %s >/dev/null & ;
|
||
|
video/*; setsid mpv --quiet %s >/dev/null &;
|
||
|
audio/*; mpv %s ;
|
||
|
application/pdf; setsid evince %s >/dev/null & ;
|