raboof / notion

Tiling tabbed window manager
https://notionwm.net/
GNU Lesser General Public License v2.1
271 stars 64 forks source link

Fix window_dialog_float not taken into account #248

Closed vincentvidal closed 4 years ago

vincentvidal commented 4 years ago

When window_dialog_float is false, which is the case by default, floating dialog windows are enabled anyway. REGION_PLEASE_FLOAT should not be added to region flags in that case.

fixes #61

knixeur commented 4 years ago

If I understand correctly, now we should not get floating dialogs by default, which we should've been getting since this feature was implemented. Just a warning, I was never bothered by it.