From 75395bc792fe2cdd1f508f657ca289829b80c506 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Wed, 13 Oct 2021 20:03:11 +0300 Subject: lf: use mimeo instead of the default opener... ...so that now I can open multiple files at once. --- dotfiles/.config/lf/lfrc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'dotfiles/.config/lf/lfrc') diff --git a/dotfiles/.config/lf/lfrc b/dotfiles/.config/lf/lfrc index f14dc87..51115c2 100644 --- a/dotfiles/.config/lf/lfrc +++ b/dotfiles/.config/lf/lfrc @@ -1,6 +1,3 @@ -# Personal lf conf -# Inspired by the official example conf and Luke Smith's voidrice's - set icons set scrolloff 10 set ratios 1:4:3 @@ -41,7 +38,6 @@ cmd tar ${{ }} # extract the current file with the right command -# (xkcd link: https://xkcd.com/1168/) cmd extract ${{ set -f case $f in @@ -73,6 +69,8 @@ cmd dragon_drop $cp $(dragon-drag-and-drop --target | sed 's/file:\/\///g') . # copy path to clipboard cmd yank-path &printf '%s' "$fx" | wl-copy +cmd open &mimeo $fx + # Bindings map A rename map c -- cgit v1.2.3