Bismuth-Forge / bismuth

KDE Plasma add-on, that tiles your windows automatically and lets you manage them via keyboard, similarly to i3, Sway or dwm.
https://bismuth-forge.github.io/bismuth/
Other
2.41k stars 93 forks source link

fix: ignore dialog #480

Open shenweijiekdel opened 1 year ago

shenweijiekdel commented 1 year ago

Summary

I use Intellij IDEA to do my work, and found that Dialog windows such as right-click menus and floating prompts will be tiled in the stack by mistake. I think other software should have similar problems, so I think Dialog windows should be ignored, which is also default behavior for other Tiling Window Managers

Breaking Changes

None

UI Changes

None

Test Plan

  1. Open IntelliJ IDEA
  2. Right click menu or trigger a floating alert
  3. Dialogs are correctly drawn next to the mouse pointer instead of being tiled on the stack

Related Issues

Closes #X