aboutsummaryrefslogtreecommitdiff
path: root/.config/lf
diff options
context:
space:
mode:
authoriceyrazor <iceyrazor@mailfence.com>2025-05-20 20:07:20 -0500
committericeyrazor <iceyrazor@mailfence.com>2025-05-20 20:07:20 -0500
commit5d9066d9a28a726fb0ccbfc8ee39ecdc4745d36a (patch)
tree44ff67c9e76f0e619cc6856a228d24cd105d9e42 /.config/lf
parentf2312373509ab9d34c4b38b7c315bdb5ee6f9c11 (diff)
readded lf
Diffstat (limited to '.config/lf')
-rwxr-xr-x.config/lf/lfrc6
1 files changed, 5 insertions, 1 deletions
diff --git a/.config/lf/lfrc b/.config/lf/lfrc
index 5573e90..dcced87 100755
--- a/.config/lf/lfrc
+++ b/.config/lf/lfrc
@@ -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 ${{