mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-15 06:32:40 +00:00
fix: Fixes window-action-picker not calling appropriate close-window script.
This commit is contained in:
@@ -162,10 +162,10 @@ handle_selection() {
|
|||||||
log "Quitting..."
|
log "Quitting..."
|
||||||
elif [[ $choice == "Close window" ]]; then
|
elif [[ $choice == "Close window" ]]; then
|
||||||
log "Closing window..."
|
log "Closing window..."
|
||||||
"$SCRIPTS/hypr/close-windows" "$address"
|
"$SCRIPTS/hypr/utils/windows/close-windows" "$address"
|
||||||
elif [[ $choice == "Close window and back" ]]; then
|
elif [[ $choice == "Close window and back" ]]; then
|
||||||
log "Closing window and setting should go back flag."
|
log "Closing window and setting should go back flag."
|
||||||
"$SCRIPTS/hypr/close-windows" "$address"
|
"$SCRIPTS/hypr/utils/windows/close-windows" "$address"
|
||||||
resp="back:close"
|
resp="back:close"
|
||||||
elif [[ $choice == "Copy to clipboard" ]]; then
|
elif [[ $choice == "Copy to clipboard" ]]; then
|
||||||
log "Copied window address to the clipboard."
|
log "Copied window address to the clipboard."
|
||||||
|
|||||||
Reference in New Issue
Block a user