autodetect doas in profile, fixed floating wibar (awesome), rules for im on awesome and auto center, fixed display detect in lfrc, backup script changes

This commit is contained in:
2025-06-15 22:32:50 -05:00
parent a0048ec816
commit e5ad2c3cd4
6 changed files with 93 additions and 8 deletions

2
env/.config/lf/lfrc vendored
View File

@@ -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