-
Notifications
You must be signed in to change notification settings - Fork 1
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
needs a focus-follows-mouse option #11
Comments
Sounds reasonable! It can be a commandline option so we can postpone the config file (making the .desktop file the config essentially). What other kinds of edge cases are there for focussing? Do new dialogs still expect to be focussed or are there any other things that need to be considered? I guess we need to track the enterNotify/leaveNotify or ideally focusIn/Out events to make sure that the frame looks focussed correctly but it's probably not too hard to make it work. |
On 04/11/15 10:24, Alysander Stanley wrote:
But here's a thought ... maybe all these new windows, transitory or not, This might also make the Tiling / Floating / Etc menu less important,
-----N Nick Moore [email protected] 0409 656 267 |
My conclusion is to definitely add the different focussing modes and that's what this issue is about. But I'm keen to argue about everything else still!
I think there are many use cases were placing a new window into a tiled layout is not At the moment I am working on solutions to make tiled layouts feel more fluid and easy. One problem is that if you open up the GIMP at the moment it has a small tiled toolbox in the middle of the screen and it will prevent you from enlarging your main image because it's already at a minimum size. This case will be fixed by allowing minimum sized windows to be pushed around. #5 Another case is if you want to reorder windows. The window menu solves this to a large degree by allowing any window to swap places with another. This is probably the quickest thing for a user to do. In some cases you don't want the windows to take each others sizes so I'm thinking about how to solve that. I definitely don't always want swapped windows to attempt to take on
Interesting thought but I really like the resize against the screen behaviour and
hehe... yeah. Maybe a new theme could help? |
Focus-follows-mouse goes well with tiling window managers, saves clicking when switching back and forth between windows. Since windows don't get overlapped all the time you don't need to pop them to the top of the pile all the time. Of course, not everyone might like this, which introduces the horrible spectre of a config file, but that was bound to happen eventually, right?
The text was updated successfully, but these errors were encountered: