diff options
| author | filip <“filip.rabiega@gmail.com”> | 2026-01-21 11:26:01 +0100 |
|---|---|---|
| committer | filip <“filip.rabiega@gmail.com”> | 2026-01-21 11:26:01 +0100 |
| commit | 7c1058edb5da4eb145e57e66d78328beb9697085 (patch) | |
| tree | 6995d3cb88220aec3b13e8a44fbcb5db2b246df9 /.config/lf | |
| parent | 9fd1f06f2a10d3d0e120dd5a45ad8cc3dceb6d84 (diff) | |
| download | dotfiles-7c1058edb5da4eb145e57e66d78328beb9697085.tar.gz dotfiles-7c1058edb5da4eb145e57e66d78328beb9697085.tar.bz2 dotfiles-7c1058edb5da4eb145e57e66d78328beb9697085.zip | |
lotsa changes too lazy to list then
Diffstat (limited to '.config/lf')
| -rw-r--r-- | .config/lf/lfrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/lf/lfrc b/.config/lf/lfrc index 6225861..916e754 100644 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -34,7 +34,7 @@ cmd open ${{ image/x-xcf) setsid -f gimp $f >/dev/null 2>&1 ;; image/svg+xml) display -- $f ;; image/*) rotdir $f | grep -i "\.\(png\|jpg\|jpeg\|gif\|webp\|avif\|tif\|ico\)\(_large\)*$" | - setsid -f nsxiv -aio 2>/dev/null | while read -r file; do + setsid -f sxiv -aio 2>/dev/null | while read -r file; do [ -z "$file" ] && continue lf -remote "send select \"$file\"" lf -remote "send toggle" @@ -185,5 +185,5 @@ map U $printf "%s" "$fx" | xclip -selection clipboard map u $printf "%s" "$fx" | sed 's/.*\///' | xclip -selection clipboard map . $printf "%s" "$fx" | sed -E 's/^.+\[/https:\/\/www.youtube.com\/watch?v=/' | sed -E 's/\]\..+//' | xclip -selection clipboard map <gt> $printf "%s" "$fx" | sed -E 's/^.+\[/https:\/\/piped.video\/watch?v=/' | sed -E 's/\]\..+//' | xclip -selection clipboard -map T $nsxiv -t "$(pwd)" # opens thumbnail mode +map T $sxiv -t "$(pwd)" # opens thumbnail mode map <c-l> unselect |
