diff options
Diffstat (limited to 'env/.config/lf')
| -rwxr-xr-x | env/.config/lf/lfrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/env/.config/lf/lfrc b/env/.config/lf/lfrc index bd0b0fe..d8d72f0 100755 --- a/env/.config/lf/lfrc +++ b/env/.config/lf/lfrc @@ -152,7 +152,7 @@ esac }} cmd clip-path ${{ - if [ -z $WAYLAND_DISPLAY ]; then + if [ -z "${WAYLAND_DISPLAY-}" ]; then printf "$f" | xclip -selection clipboard else printf "$f" | wl-copy |
