When working with multiple windows in a single frame, things can get small and, sometimes, a bit messy. This modules add automatic resizing of your focused frame according to the golden ratio, calculated using the head’s height and width.
This module was heavily inspired by emacs’s [golden ratio](https://github.com/roman/golden-ratio.el) module.
Just add the following line to your .stumpwmrc file:
(load-module "swm-golden-ratio")
…and then simply enable golden-ratio-mode with:
(swm-golden-ratio:toggle-golden-ratio)
Turning the golden-ratio-module on will enable automatic resizing of the focused frame. Enjoy
- [ ] Support for more than 2 inner-frames