diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-07-16 08:27:28 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-07-16 08:27:28 -0400 |
| commit | 2be4d7e2d72ccd6664ff99ea282007a0e05f8f47 (patch) | |
| tree | ccf412d9e9c5d7885caf6a545e737e15ce7d1d51 /.config | |
| parent | 8531ae348da38184ffa8296847eae480b83ce7a8 (diff) | |
| download | eibhear-2be4d7e2d72ccd6664ff99ea282007a0e05f8f47.tar.gz eibhear-2be4d7e2d72ccd6664ff99ea282007a0e05f8f47.tar.zst eibhear-2be4d7e2d72ccd6664ff99ea282007a0e05f8f47.zip | |
simplified, use setbg
Diffstat (limited to '.config')
| -rw-r--r-- | .config/lf/lfrc | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/.config/lf/lfrc b/.config/lf/lfrc index f914164..904cbf2 100644 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -60,11 +60,8 @@ cmd copyto ${{ notify-send "📋 File(s) copied." "File(s) copies to $dest." }} -cmd bulkrename ${{ - vidir -}} - -cmd setwallpaper %cp "$f" ~/.config/wall.png && xwallpaper --zoom "$f" +cmd setbg "$1" +cmd bulkrename $vidir # Bindings map <c-f> $lf -remote "send $id select '$(fzf)'" @@ -88,7 +85,7 @@ map I push A<c-a> # at the very beginning map i push A<a-b><a-b><a-f> # before extention map a push A<a-b> # after extention map B bulkrename -map bg setwallpaper +map b $setbg $f map <c-e> down map <c-y> up |
