tarkah / grout

Simple tiling window manager for Windows
MIT License
202 stars 8 forks source link

Additional border on the top of a tiled window #4

Open themasch opened 4 years ago

themasch commented 4 years ago

grafik

Some windows (in this case PHPStorm) get some out-of-place looking borders on top when beeing part of a tiling setup. Nothing terrible, but would be nice to know if this is intentional.

tarkah commented 4 years ago

Ugh, that's so annoying...

I have logic in place already to try and account for transparent borders, by checking the difference between the "window" size and the "client" size. But that usually only impacts the left, right and bottom borders. If I auto adjust for the top as well, it'll conflict with those transparent bordered windows and over adjust.

At least I think that's what is going on. I wish there was a way for me to specifically query the border size, and if it is transparent or not, so I can better account for this.