about summary refs log tree commit diff
path: root/exwm-randr.el (follow)
AgeCommit message (Collapse)AuthorFilesLines
2015-08-13 Fix multi-screen bugsChris Feng1-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 supportChris Feng1-0/+131
This implementation is analogous to that in i3-wm, which requires external tools to properly configure RandR first.