You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to qtile-dev
Hi!
How do I find a window by name and move it to the current group?
I want to find a terminal (running neovim) and move it to the current screen.
Thanks,
Tristan
James Wright
unread,
Nov 29, 2022, 5:19:28 PM11/29/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to qtile-dev
You would need to loop through the Groups, then loop through all the Windows, checking each window to see if it matches. You'd probably want to use a Match or a Rule (which is just a collection of Match objects). Let me know if you have any questions on the above.