readded lf
This commit is contained in:
@@ -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 ${{
|
||||
|
||||
Reference in New Issue
Block a user