summaryrefslogtreecommitdiff
path: root/.vifm
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2016-01-04 14:40:39 +0000
committerUrbain Vaes <urbain@vaes.uk>2016-01-04 14:40:39 +0000
commitcfa9176c0dd4417d79b2bbfdbc34855a13d8adc8 (patch)
treec10b5d91f42a9a043c883d5149fc43013f5c40d2 /.vifm
parentdb7f025df41a655e4ff42be0a8c85a90e08b8b75 (diff)
Play videos in vlc
Diffstat (limited to '.vifm')
-rw-r--r--.vifm/vifmrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/.vifm/vifmrc b/.vifm/vifmrc
index 94337e6..be37f78 100644
--- a/.vifm/vifmrc
+++ b/.vifm/vifmrc
@@ -195,6 +195,8 @@ fileviewer *.flac soxi
" Video
filextype *.avi,*.mp4,*.wmv,*.dat,*.3gp,*.ogv,*.mkv,*.mpg,*.vob,*.flv,*.m2v,*.mov,*.webm,*.ts,*.m4v
+ \ {View using vlc}
+ \ vlc %c,
\ {View using ffplay}
\ ffplay -fs %c,
\ {View using Dragon}
@@ -224,7 +226,7 @@ fileviewer *.[1-8] man ./%c | col -b
" Image
filextype *.bmp,*.jpg,*.jpeg,*.png,*.gif,*.xpm
\ {View in feh}
- \ feh %d --start-at %d/%c 2>/dev/null &,
+ \ feh %d --scale-down --start-at %d/%c 2>/dev/null &,
\ {View in sxiv}
\ sxiv,
\ {View in gpicview}