-
Notifications
You must be signed in to change notification settings - Fork 99
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 window outline during alt+tab #612
Comments
That would require substantially more donations, yes. |
How much do I need to donate? |
2K eu for anything where a compositor needs to be added to IceWM for really very cool but superfluous gimmicks. |
Helpful to what, exactly? :-) If you want target (switch candidate) window to be more easily identifiable while cycling through them, have you tried QuickSwitchRaiseCandidate setting added in bf87d02 last year?
FWIW, Openbox draws only the window outline (no window contents) when cycling with Alt-Tab and does so without any compositor.
If you're talking about Apple's Exposé feature, then again, it does not need a compositor. I use Skippy-XD with both Openbox and IceWM and it works like a charm. |
When there a lot of windows on the screen (and some cover large areas of the screen), you often can't see to what window you're switching. With an outline, you see where the window you're switching to is located, which is often sufficient. (I guess you subconsciously memorize where on the screen your windows are.)
This is nice and may be more useful to some people than an outline. But since it just raises the entire window, I don't find it ideal either. It has a bit of a confusing effect. If a compositor were in play, I'd suggest rendering the raised window with alpha transparency. By the way, do themes have a separate color for the window title bar of a window that's highlighted during switching? Would be useful for normal window tabbing too. Drawing an outline may still be worth a consideration as feature, if it's somehow easy to implement. If I read its source code correctly, openbox creates 4 temporary windows to show a rectangle outline?
Thanks. Maybe I'll try it sometime next week. Unfortunately, while this looks very interesting, it also looks very dead. There's a slightly newer fork (link buried in one of the issues) which is also dead. |
I see; yes, this is Openbox' window cycling style.
If a theme specified different color for active window title, then yes, you'd see the candidate window title drawn as active while cycling through them.
Yeah, it's pretty dumb and simple. It's not even themeable, as its width and colors are hardcoded. I patch it locally because I find it too thick and ugly (reduce
Well, that's one way of looking at it. On the other hand, it does its job and does it well even being abandonware. One could argue that Openbox is also kind of dead without regular releases, while it's actually considered "finished" by its author (or so I heard). |
Took me time, but finally tried it. It works surprisingly well after all. Thanks for the tip. |
@plomari Did you get skippy-xd to work with IceWM's taskbar to popup a small window showing what is in the window related to the taskbar entry being highlighted? I have seen it work with a tint2 panel with IceWM running, but it doesn't do anything when the IceWM taskbar is active on the same system. Do you know how to configure it to work with IceWM's taskbar? |
I didn't make an attempt to get something like that working. |
Often I see that the original author(s) just abandon a project, sometimes requiring later patches to keep it working. Fluxbox kind of died too. :( What I also sometimes wonder is why the small WMs not use a common base. I am sure we could identify common parts in fluxbox, openbox, icewm, windowmaker, you name it. |
It would be helpful if an outline of the window (a non-filled rectangle) were shown while using alt+tab to cycle through the window list.
IceWM doesn't use a compositor, and it can't just draw to the screen freely to show this rectangle. But maybe it could show a shaped window to emulate that effect?
Showing a "preview" of the window contents with 50% alpha or so would be nice too. Also, a completely new mode where you see an overview of all windows as tiles, like other WMs can do. But then you'd probably really need a compositor.
The text was updated successfully, but these errors were encountered: