From 8531ae348da38184ffa8296847eae480b83ce7a8 Mon Sep 17 00:00:00 2001 From: Elliotslab Date: Thu, 16 Jul 2020 00:29:04 -0400 Subject: [PATCH] update bulkrename to B, add setwallpaper shotcut --- .config/lf/lfrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.config/lf/lfrc b/.config/lf/lfrc index fc82f02..f914164 100644 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -64,6 +64,8 @@ cmd bulkrename ${{ vidir }} +cmd setwallpaper %cp "$f" ~/.config/wall.png && xwallpaper --zoom "$f" + # Bindings map $lf -remote "send $id select '$(fzf)'" map J $lf -remote "send $id cd $(cut -d' ' -f2 ${XDG_CONFIG_HOME:-$HOME/.config}/directories | fzf)" @@ -85,7 +87,8 @@ map c push A # new rename map I push A # at the very beginning map i push A # before extention map a push A # after extention -map b bulkrename +map B bulkrename +map bg setwallpaper map down map up