An open API service indexing awesome lists of open source software.

https://github.com/fuco1/elwm

Lightweight window manager for emacs
https://github.com/fuco1/elwm

Last synced: 11 months ago
JSON representation

Lightweight window manager for emacs

Awesome Lists containing this project

README

          

elwm
====

Lightweight window manager for emacs.

This is mostly collection of functions from my own configuration, from [http://www.emacswiki.org/](EmacsWiki), and from all over the web.

Doesn't try to be extremly smart :)

You can:
* transpose buffers in windows (with the next/previous window or with "master area" window)
* rotate buffers (move all buffers clockwise to the next window)
* jump to next/prev/master window (somewhat like `C-x o`)

Right now supports two layouts:

tile-vertical-left

+-----------+-------------+
| | 1 |
| +-------------+
| master | 2 |
| +-------------+
| | 3 |
+-----------+-------------+

tile-horizontal-top

+-------+---------+-------+
| 1 | 2 | 3 |
| | | |
+-------+---------+-------+
| |
| master |
+-------------------------+

*N.B.: Of course, you can have more or less than 3 stack windows (a.k.a. slave windows sometimes)*