glzr-io / glazewm

GlazeWM is a tiling window manager for Windows inspired by i3wm.
GNU General Public License v3.0
4.91k stars 143 forks source link

[Bug] Floating windows are still centered with `centered: false` #668

Open xxmlud opened 1 month ago

xxmlud commented 1 month ago

Hello,

I am using glazewm on Window 10. I can't find the option to disable the option to have a window appear in the center by default when I start a window.

My configuration is as follows, but always when I open a window it starts in the center. I would like the behavior to be like the preview in the README.md, that the windows start to the right/left of the monitor.

  state_defaults:
    floating:
      # Whether to center floating windows by default.
      centered: false

Thank you

lars-berger commented 1 month ago

Was able to reproduce this