close #38
Calculate min width/height similar to max
Are you sure this works as intended? Have you tested it with negative offsets?
If so, it's not min width or height, x and y are positions.
Are you sure this works as intended?
I hope
Have you tested it with negative offsets?
Yes, I did. Region, window and output, even for partial outside floating windows
If so, it's not min width or height, x and y are positions.
Yes, you right, it's positions, not width/height
I also had this bug when using negative value and transforms. I tried with the @ProMix0 fix and it worked correctly has intended.
My configuration just in case.
monitor=eDP-1,preferred,760x1440,1
monitor=DP-4,3440x1440@100,0x0,auto
monitor=DP-5,preferred,-1080x-115,auto,transform,3
Just wanted to add this PR fixed the issues i was having with dual monitors. Can it be merged? Would simplify my nix install...