From a20442cd985fd5b4a4a7ea726bda50f2ac6bb1da Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Mon, 19 Oct 2020 16:14:18 +0200 Subject: Added MPD notifications support --- .config/vifm/vifmrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/vifm') diff --git a/.config/vifm/vifmrc b/.config/vifm/vifmrc index 8f8ebd0..4270125 100644 --- a/.config/vifm/vifmrc +++ b/.config/vifm/vifmrc @@ -25,7 +25,7 @@ map s map v map R :restart -map x :!sxiv -ft * 2>/dev/null & +map x :!sxiv -b -ft * 2>/dev/null & nnoremap o :file & map E :!emacsclient -c %f map mkd :mkdir @@ -73,7 +73,7 @@ fileviewer *.[1-8] man ./%c | col -b filetype *.[1-8] man ./%c fileviewer *.jpg,*.jpeg,*.png,*.ico vifmimg draw %px %py %pw %ph %c %pc vifmimg clear -filextype *.bmp,*.jpg,*.jpeg,*.png,*.ico,*.gif,*.xpm sxiv -ia %f 2>/dev/null & +filextype *.bmp,*.jpg,*.jpeg,*.png,*.ico,*.gif,*.xpm sxiv -b -ia %f 2>/dev/null & filextype *.svg inkscape %f 2>/dev/null & filextype *.xcf gimp %f 2>/dev/null & -- cgit v1.2.3