fix: Fixes window-action-picker not calling appropriate close-window script.

This commit is contained in:
2025-10-16 16:34:17 -04:00
parent 97ed707936
commit 3799a81f05

View File

@@ -162,10 +162,10 @@ handle_selection() {
log "Quitting..."
elif [[ $choice == "Close window" ]]; then
log "Closing window..."
"$SCRIPTS/hypr/close-windows" "$address"
"$SCRIPTS/hypr/utils/windows/close-windows" "$address"
elif [[ $choice == "Close window and back" ]]; then
log "Closing window and setting should go back flag."
"$SCRIPTS/hypr/close-windows" "$address"
"$SCRIPTS/hypr/utils/windows/close-windows" "$address"
resp="back:close"
elif [[ $choice == "Copy to clipboard" ]]; then
log "Copied window address to the clipboard."