-
-
Notifications
You must be signed in to change notification settings - Fork 240
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
how to show hidden clients when BAR_AWESOMEBAR_PATCH enabled #339
Comments
@bakkeby perhaps it is worth documenting this easter egg :) Assuming the BAR_WINTITLE_ACTIONS patch is applied, the focusstack should resemble the following:
@ST-Saint In my config.h file, I have the following bindings for
|
That was indeed the intention. In practice though it is better to have a standalone function that only focuses on hidden clients. The +/-2 may work fine as long as the hidden clients are arranged alongside visible clients, but not so much if they are arranged separately. |
Yes I agree that having a standalone function is the better solution, this was just to demonstrate to @ST-Saint that it could be done as-is. I find this to be the more intuitive approach, but I don't group clients together and sometimes I like to perform other actions on hidden clients like placing them elsewhere in the stack. This method is nice for visual feedback as to where a hidden client is and where I can expect it to be once I un-hide it. To each their own though :) |
I noticed that Mod+ctrl+z could hide a client but the focus also shifts. Currently, focusstack will skip hidden clients and there is no way to focus a hidden client unless there is no other client.
I wonder if it is possible to show a hidden client still except click it at the bar.
Thanks.
The text was updated successfully, but these errors were encountered: