diff --git a/eww/scripts/move_to_window.sh b/eww/scripts/move_to_window.sh index 682666f..3909806 100755 --- a/eww/scripts/move_to_window.sh +++ b/eww/scripts/move_to_window.sh @@ -1,3 +1,3 @@ window_id=$(hyprctl clients | rg 'Window ([A-Fa-f0-9]+)' | grep -F "$*" | sed -E 's/Window (.*) \->.*/\1/g') hyprctl dispatch focuswindow address:0x$window_id > /dev/null -eww close example \ No newline at end of file +eww close hyprmsn \ No newline at end of file