rustysec / tidalwm

Simple and sane tiling window manager for Gnome Shell
GNU General Public License v3.0
194 stars 5 forks source link

Settings doesn't auto resize #39

Closed py9mrg closed 4 years ago

py9mrg commented 4 years ago

When trying to configure TidalWM, the settings window opens as part of the tiling but doesn't resize so it runs off the screen.

rustysec commented 4 years ago

Best to float the window: with it selected the default is <ctrl><alt>f then you can resize.

rustysec commented 4 years ago

@py9mrg does floating solve the issue?

py9mrg commented 4 years ago

Sorry for the delay - no floating doesn't seem to sort it. I can move the window but it won't resize.

Edit: just noticed, it doesn't seem to be settings specifically - only the Tweaks.

rustysec commented 4 years ago

Ok, so the expected behavior here is that it is resized to fit on the screen and maybe centered?

rustysec commented 4 years ago

I implemented auto-center and resizing of floated windows. On my system this seems to fix the behavior you reported. Let me know if it's still not 100% what you think it should be.

rustysec commented 4 years ago

I'm going to close this assuming the changes have solved the original issue. Feel free to reopen if you feel otherwise.