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