diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2025-06-15 22:32:50 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2025-06-15 22:32:50 -0500 |
| commit | e5ad2c3cd4566fec0590b6be0b4d195ffd5c8066 (patch) | |
| tree | 3bc8c8f15bfe0e47fc638ab8c249f5939b440925 /env/.config/lf/lfrc | |
| parent | a0048ec816f42e15b7413f552a9946e450baa080 (diff) | |
autodetect doas in profile, fixed floating wibar (awesome), rules for im on awesome and auto center, fixed display detect in lfrc, backup script changes
Diffstat (limited to 'env/.config/lf/lfrc')
| -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 |
