Merge pull request #72 from Stivvo/output-compile-set
Define monitor's x,y at compile time
remove EGL parameter from backend_autocreate
Tracking with breaking change in swaywm/wlroots#2593.
can run nested in Wayland or X
never ever ever tell anyone to sudo make
I am embarrassed to have let this slip through someone's merge. Anybody
who genuinely needs to `sudo make` will know it; everyone else should
use a proper package manager and build system.
Merge pull request #74 from djpohly/document-git
document that we currently follow wlroots-git
document that we currently follow wlroots-git
Closes #73.
Define monitor's x,y at compile time
Replaces the outputOrder patch.
This avoids recalculating positions and allows to arrange monitors in
any order, not just from left to right.
The order in which monitors are defined in config.h still matters but
it's just the order in the list, not the actual position.
flesh out cleanup
This is the order of *_destroy calls which resulted in the fewest
errors/leaks detected by Valgrind. Most of the errors come from the
gbm_allocator code - will have to figure out which destroy call is still
missing.
remove limitation notes (tracked in Issues)
clarify intention of feature suggestions
fix segfault in xwayland cursor manager
macroize event handlers
This was a prime candidate for reducing the verbosity of some of our
code
credit for patch maintenance as well
update README based on contributions
XWayland still buggy, disable by default