readded lf

This commit is contained in:
2025-05-20 20:07:20 -05:00
parent f231237350
commit 5d9066d9a2
2 changed files with 6 additions and 2 deletions

View File

@@ -149,7 +149,11 @@ esac
}}
cmd clip-path ${{
printf "$f" | xclip -selection clipboard
if [ -z $WAYLAND_DISPLAY ]; then
printf "$f" | xclip -selection clipboard
else
printf "$f" | wl-copy
fi
}}
cmd filebrowser ${{