joten
joten
Your description was very helpful. I think, that the reason the master area cannot be resized is due to the fact that there is _no_ stack area. In your example...
Which version of bug.n are you using? WinCtrlBackspace was recently implemented and is only available in the current development version, pointing to `View_resetTileLayout()`.
I recently released version 9.0.2; the development version was already quite stable. I added "per-monitor display scaling awareness" to the development version resulting in version 9.1.0; it just needs a...
Nope, currently, there is no layout with this feature. Have a look at issue #100.
Currently, none of the three options is implemented. 1) New windows are handled by rules; if you know which windows should be shown together in a view with floating layout,...
Sorry, `Window_toggleDecor()` is the less intrusive function and should go first. The following should work both ways: ``` #+f:: Window_toggleDecor() View_toggleFloatingWindow() Return ``` > If I have a floating window...
This looks as if the monitor dimensions are not recognized, resulting in zero values with all windows moved to the top left corner and resized to their minimal width and...
That looks bad. The monitor is recognized, but something goes wrong calculating the width and height. I added some more debugging code with commit [125bcdd](https://github.com/fuhsjr00/bug.n/commit/125bcdd7dd49baf6af1829431d12cb1eefb436cd). If possible, please try the...
On the one hand it is good to see, that it is not a compatibility issue with Windows 10, Version 1809, on the other hand I am at a loss...
It is propably an issue that the whole initialization is done in a single second; bug.n was intially developed on a netbook a decade ago, which was far less powerfull...