-
Notifications
You must be signed in to change notification settings - Fork 74
Focus cycle to root window #78
Comments
See PR #74, specifically my comment regarding it. However, the README.md file clearly states
I hope #74 gets fixed soon, though.
From what I've gathered from context and looking at the source code with my untrained eye, it appears that windows are in an array. Therefore, why not try removing the root window from the array? On second thought, that would surely break things. |
I don't really think PR #74 really solve the problem I mentioned. I am not saying the window border, but a kind of visual hint that indicating this window is focused. Border is just a possible way of visual hint, but PR #74 is just adding border to every window, rather provide such visual hint on focused window
I really know nothing about c...I just cannot help to solve this bug, and hope that someone can fix it soon. |
@huijunchen9260, I'm looking into dynamically colored borders.
Also, you probably would want to make a new issue for that. I hope this finds you well. |
The exact same thing has happened to me but I was able to identify it after a notification from Telegram arrived (ws2) working on ws1. Then the desktop behaves like another window. |
@kjjjnob Woah, trippy. I'm thinking of adding a check in
to
I can make this smaller, just a prototype. Also I'm going to have to brush up on I haven't been able to test because I don't have a EDIT:
You could just add a bunch of calls to |
This conditional kill 'root_window' if is present? |
Wouldn't be better if the window cycle skipped the root window? that could be implemented in If you have some good resource to learn that, I would appreciate a lot, and, fix this afterwards. |
Today I tried sowm, and I realize some problems.
Let's say we have two windows in the same workspace. When I cycle through them, it does not cycle between them. It is cycling window1, window 2, root window, which is very annoying. Also, if I cycled on root window and close it, the whole windows manager crash, and I have to use tty to get rid of it.
Another possible improvement is let the focused window have some hint, like colored border or something.
The text was updated successfully, but these errors were encountered: