Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-08-13 | Fix multi-screen bugs | Chris Feng | 1 | -1/+12 | |
* RandR module is now made optional; users can enable it with `exwm-randr-enable`. * Correct the calculation of sizes/coordinates at various places. * Input focus is now tracked with (Emacs) window instead of buffer since the latter can be ambiguous in multi-screen settings. | |||||
2015-08-03 | Add basic RandR support | Chris Feng | 1 | -0/+131 | |
This implementation is analogous to that in i3-wm, which requires external tools to properly configure RandR first. |