mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-26 09:18:31 -05:00
13 lines
202 B
Plaintext
13 lines
202 B
Plaintext
# media
|
|
video/*; mpv "%s"
|
|
audio/ogg; mpv --speed 1.33 "%s"
|
|
audio/mpeg; mpv --no-video "%s"
|
|
image/*; qimgv "%s"
|
|
|
|
# text
|
|
text/html; firefox "%s"
|
|
text/plain; less "%s"
|
|
|
|
# fallback to vim
|
|
text/*; nvim "%s"
|