mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
feat: Fixes missing window-picker script that got deleted.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user