-
Notifications
You must be signed in to change notification settings - Fork 14
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
enable_last_window_focusing true and group_toggle #70
Comments
Which one disappeared, the main window or the dialog?
…On 7 January 2021 00:06:31 EET, neyuki ***@***.***> wrote:
Hello, if i have enable_last_window_focusing on and have a window in group X
then that window opens a dialog window in same group X. After that (2 windows in group X with focused second one) I do group_toggle. Only second one window that was focused is removed. Main one still there.
Is that a normal behavior?
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
#70
|
second one, the dialog, that was focused. main one is still there. but it is a group toggle, why them both doesn't get lost? |
Windowchef does not add dialog windows to the group of the parent automatically. I think that can be accomplished by respecting the ICCCM |
ok it doesn't. but you can do it. with ruler or just manual, after dialog win is appear. |
i am going to close the issue, it is normal behaviour. If you want to submit a PR to automatically add dialogs to the group based on |
How it's work right now: if enable_last_window_focusing is 0, any windows in group despite their type is removed by group toggle. Can u explain me a logic, isn't a group is superior in hierarchy? If i have some windows in group irrelevant their type, relationship with each other, anything else, group toggle must shut all of them. I have a "ruler" what says what kind of windows belong to group. I have a group toggle. |
Can you try the |
I think I get it, are you reporting the exact problem as #68? |
just checked issue_68 branch, no, it doesn't solve that question for me. still, if enable_last_window_focusing is true, dialog window dissapear but main one is still there for group toggle. may be it is because: group toggle remove all group windows, but last window is focused again and show up? |
Hello, if i have enable_last_window_focusing on and have a window in group X
then that window opens a dialog window in same group X. After that (2 windows in group X with focused second one) I do group_toggle. Only second one window that was focused is removed. Main one still there.
Is that a normal behavior?
The text was updated successfully, but these errors were encountered: