Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 786 Bytes

README.org

File metadata and controls

23 lines (17 loc) · 786 Bytes

Commentary

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.

Usage

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

Tasks

Implement these features

  • [ ] Support for more than 2 inner-frames