feat: Fixes missing window-picker script that got deleted.

This commit is contained in:
2025-10-08 11:46:07 -04:00
parent 4674b132f3
commit bac516d446
2 changed files with 92 additions and 1 deletions

View File

@@ -50,7 +50,7 @@ handle_selected_value() {
}
prompt_for_window_selection() {
local selected_value=$("$SCRIPTS/hypr/window-picker")
local selected_value=$("$SCRIPTS/hypr/utils/windows/window-picker")
local status=$?
if [[ $status -ne 0 ]]; then
exit $status