[clfswm-devel] Unmanaged window per default

Philippe Brochard pbrochard at common-lisp.net
Sun Jan 6 15:13:58 UTC 2013


Oleksandr Kozachuk writes:

> Je 2013-01-06 15:30, Oleksandr Kozachuk skribis:
>> Je 2013-01-06 15:10, Philippe Brochard skribis:
>>> Oleksandr Kozachuk writes:
>>>> Je 2013-01-06 12:47, Oleksandr Kozachuk skribis:
>>>>> Firefox windows are not managed per default after some of last
>>>>> commits, at least for me. The evaluation of (never-managed-window-p
>>>>> (current-child)) returns nil on firefox window. So I have the
>>>>> general
>>>>> question, how can I configure which application should be per
>>>>> default
>>>>> managed and which not?
>>>> So, I have found the answer, at least partly: firefox windows are
>>>> :maxsize windows, and put :maxsize to *default-managed-type* let
>>>> it be
>>>> managed per default (or to (frame-managed-type ...) for particular
>>>> frame). But what is the reason for :maxsize type of all firefox
>>>> windows?
>>> Hi. On my box firefox (10.0.11) windows are normal windows. What is
>>> your
>>> firefox version? Do you use the last git clfswm version?
>> I have Firefox 17.0 and last clfswm version.
>
> The problem is, that max-width and max-height in wm-normal-hints is
> set to 1073741824 for firefox windows and window-type returns :maxsize
> therefore.
>
Ok, so the fix in commit 6a451c6 is much more relevant. No more problems
between firefox/audacity and zynaddsubfx.
Thanks for the report. Also the function display-current-window-info
(second mode+w+i) will display window normal hints. This can be useful.

Best regards,

Philippe




More information about the clfswm-devel mailing list