aboutsummaryrefslogtreecommitdiff
path: root/.config/lf/lfrc
diff options
context:
space:
mode:
authoriceyrazor <iceyfoxservers@gmail.com>2025-02-11 15:48:30 -0600
committericeyrazor <iceyfoxservers@gmail.com>2025-02-11 15:48:30 -0600
commit34ed301bedc854db6c63dc2379d3cf29db92898f (patch)
tree4bef627935bcd02a43b6b2e0bffcf34735b12ea9 /.config/lf/lfrc
parent0b274c969e824b4bcf328e3272b8894143f3a683 (diff)
typical update of files
Diffstat (limited to '.config/lf/lfrc')
-rwxr-xr-x[-rw-r--r--].config/lf/lfrc9
1 files changed, 7 insertions, 2 deletions
diff --git a/.config/lf/lfrc b/.config/lf/lfrc
index c12b78d..785fb26 100644..100755
--- a/.config/lf/lfrc
+++ b/.config/lf/lfrc
@@ -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