-
Notifications
You must be signed in to change notification settings - Fork 2
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
Show all open windows on all desktops #22
Comments
Hello, good suggestion, off the top of my head I don't think that will be too much trouble! It would probably work the same regardless of window manager The largest question in my mind is:
I can start working on that maybe later this week |
Did you have an idea about how to sort the list with all desktops? Gives me an idea that the desktops could have their own segments like:
Could then make the desktop separator string (Then each segment could sort within itself according to |
Hi, thanks for your reply, Maybe you could add the option to define a color for each desktop, so that you can determine which window belongs to which desktop, and then you can use bold for the current window and sort of gray out all the others. Hope this helps. Let me know if I can help |
Thanks, in that case let's first do it the simplest way possible in this issue:
Then we can follow up with
^ In some way I really like this idea myself, but it's possible it could prove too complicated. Definitely opening a new issue for this later so let's not worry about it. |
I haven't yet had the time for this but it's on my mind for sure Let me know if you wanted to do a PR Otherwise, I'll get to it whenever I can :) |
I wish I could help you but I have no idea where to start with C.
No rush, keep me posted in case you need help with testing 😃 |
Hey @danixland are you still interested in this? I have a draft going on at #23, listing all desktop's windows works with Looking into And I have somewhat of an idea for desktop-specific color configuration, but more on that later. Update:
I've tested this as well as I can on Openbox (my setup) and works great. If you're able to test would be great help. Remember to set If this is ok, all that remains will be colors. My idea for that would be:
Feel free to criticize this idea |
I'm thinking I could allow overriding any1 of the top-level options for different desktops like:
falling back into the top-level setting if not specified. Feels like a good idea, but I'll have to make sure it doesn't make the whole program needlessly complicated. Should be a matter of figuring out how to parse the TOML nicely in the C code. Footnotes
|
hi, and belated happy new year.. I'll test this afternoon and I'll report back.. cheers.. |
Happy new year 😄 Thanks, the desktop config part may be a challenge but I'll try to solve it. If you can confirm that clicking on a window switches desktop in i3, would be great. Any other ideas/feedback welcome. |
great work man!!! It shows all windows from all different desktops and clicking on one from a different desktop raises it!! |
Awesome! The functionality is there, just gotta add the color customization (#22 (comment)). I don't know how long this will take me 😄 I'll let you know. Oh yeah, now that every window has its desktop attached, it opens up possibilities to do more with desktops, so this feels like a pretty good change already. (the reason they didn't have it before is because I strictly use only 1 desktop myself) |
The desktop color config isn't happening rapidly because I feel like I have to make a bit of a more complicated than usual decision on how the config is gonna work for it (but the idea could work), Probably going to take care of these issues first: Then get back to trying to solve this. Update: I merged #23 to master because it was left in such a stable point, I don't see why I shouldn't 😄 Will follow up with a separate PR with the config related work. |
Issue: #22 - Adds option to show windows from all desktops (default: false) - Cleans up the structure of `click-actions` folder - Fixes `raise` so that it can switch desktop, if necessary
Hi,
is it possible to add the option to show all open windows on all desktops on i3wm?
The text was updated successfully, but these errors were encountered: