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 92 forks source link

[Bug]: alacritty isn't tiled #407

Closed shadyalfred closed 2 years ago

shadyalfred commented 2 years ago

Summary

Alacritty doesn't get picked up and tiled when I launch it. I tried to float and unfloat too, but it doesn't work, it has to be dragged with the mouse for it to work, or making a modification in the window tiling options then pressing apply.

Steps to Reproduce

  1. launch alacritty
  2. it's not tiled, it's treated as floating
  3. launch another window, it gets maximized as if it were the only window open
  4. can't even switch back to alacritty
  5. drag the alacritty window
  6. alacritty gets tiled properly after getting dragged for some reason
  7. changing an option in window tiling settings, then pressing apply (while alacritty is running) tiles alacritty too

Expected behavior

Alacritty being treated like the rest of programs. I've checked my windows rules, none of them has anything to do with alacritty

Screenshots

https://streamable.com/xk5plw

Bismuth version

3.1.2

KDE Plasma version

plasma-desktop 5.25.3-1

The platform KWin is running on

X11

Additional context

No response

shadyalfred commented 2 years ago

Removing startup_mode: Maximized from alacritty config fixes it.