-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add the ability to combine Query
s into composite Queries
#294
Comments
I've submitted #291, as a first stab at this. |
Query
structs for combining themQuery
s into composite Queries
Hi @favilo, I'm not sure if you saw the comments I left on your PR? Taking a quick look at your config it looks like the class name check can just be made part of the custom |
Ah, sorry, I've been rather busy this last month, so I haven't had time to work on the PR, but yes, I saw the comments. I would really like the ability to combine the Queries, and I think your suggestions are valid. Give me a few days, and I'll hopefully find some time to tidy up the PR. |
Implemented in #291 |
Please describe the change / addition you'd like to see made
I'd like to see an ergonomic interface that allows me to combine
Query
structs in simple ways.Specifically I'd like to write something like the following:
And have it work in the generally expected way.
This is just an enhancement to what already exists.
Is this a feature you have seen in other window managers?
If so, please provide any links or reference to the existing implementation
and some details on how the feature is used.
Yes, I've used these types of Queries with XMonad.
I'm extending my own personal penrose config based on this article: https://www.peterstuart.org/posts/2021-09-06-xmonad-zoom/.
The text was updated successfully, but these errors were encountered: