feat: Moves utils-launcher preview to be at bottom and updates window rules for utils-launcher

This commit is contained in:
2025-10-09 13:34:07 -04:00
parent a006539bf1
commit 390230e532
6 changed files with 41 additions and 37 deletions

View File

@@ -118,7 +118,8 @@ sel=$(
printf "%s\n" "${rows[@]}" |
fzf --style=full --footer="$(footer)" --with-nth=2 --delimiter='|' \
--preview-label='[ Command ]' \
--preview="$SCRIPTS/hypr/utils/fzf/preview-stats utils {2} $config_file"
--preview="$SCRIPTS/hypr/utils/fzf/preview-stats utils {2} $config_file" \
--preview-window='down,30%'
)
log "Selection: $sel"