eww integration
This commit is contained in:
parent
09a6557e45
commit
541ee65efc
5 changed files with 81 additions and 3 deletions
3
eww/scripts/move_to_window.sh
Executable file
3
eww/scripts/move_to_window.sh
Executable file
|
@ -0,0 +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
|
Loading…
Add table
Add a link
Reference in a new issue