mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 14:12:41 +00:00
feat: Moves utils-launcher preview to be at bottom and updates window rules for utils-launcher
This commit is contained in:
3
env/.local/scripts/hypr/utils-launcher
vendored
3
env/.local/scripts/hypr/utils-launcher
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user