xmonad / xmonad-contrib

Contributed modules for xmonad
https://xmonad.org
BSD 3-Clause "New" or "Revised" License
584 stars 274 forks source link

expose more messages in MouseResizableTile layout #758

Closed alexandersokolow closed 1 year ago

alexandersokolow commented 1 year ago

Very small and straightforward change, see the following post for context: https://www.reddit.com/r/xmonad/comments/xpzeg9/normalize_the_fraction_between_master_and_slave/

I've also included the SetSlaveFraction messages, because they could be used in a similar (albeit more complicated, as there are multiple slaves) fashion to create a function that normalizes all of the sizes (instead of just the fraction between master and slave).

slotThe commented 1 year ago

Thanks!