tarkah / grout

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

Release 0.5 missing functionality #25

Closed TimUntersberger closed 4 years ago

TimUntersberger commented 4 years ago

I just downloaded release 0.5 and I think the quick resize keybind is still doing the normal resize.

config.yml

margins: 0
window_padding: 0
hotkey_quick_resize: CTRL+ALT+Q
auto_start: true

I just tried every release between 0.5 and 0.3 and the problem only occured after release 0.5.

I also looked through the commits between 0.4.1 and 0.5 and I believe that the commit 23aad8dcd0ccca3b973ccbec8968b749eaf36f14 somehow broke this.

tarkah commented 4 years ago

Ahh shit, I implemented a fix to make sure the multi-monitor layout was being pulled up properly, and didn't account for quick resize. I just published 0.5.1 which fixes this, thanks!