typical update of files

This commit is contained in:
iceyrazor
2025-02-11 15:48:30 -06:00
parent 0b274c969e
commit 34ed301bed
52 changed files with 2909 additions and 148 deletions

9
.config/lf/lfrc Normal file → Executable file
View File

@@ -112,7 +112,7 @@ cmd trash ${{
while [ "$files" ]; do
file=${files%%;*}
mv "$(basename "$file")" ~/Trash
mv "$(basename "$file")" ~/.trash
if [ "$files" = "$file" ]; then
files=''
else
@@ -126,15 +126,20 @@ cmd vim ${{
}}
cmd Sxiv ${{
sxiv $f & disown
nohup sxiv $f > /dev/null 2> /dev/null < /dev/null & disown
}}
cmd clipf ${{
printf "$f" | xclip -selection clipboard
}}
cmd filebrowser ${{
nohup pcmanfm $f > /dev/null 2> /dev/null < /dev/null & disown
}}
map DD trash
map DP delete
map V vim
map S Sxiv
map C clipf
map P filebrowser