Fix capitalization in documented feature list

This commit is contained in:
Thibault Jouan
2015-04-27 23:45:34 +00:00
parent 42beda3f50
commit 1e2bf97762

View File

@@ -17,17 +17,17 @@ specific methods.
Main features: Main features:
* Xinerama support; * Xinerama support;
* Multiple event handling strategy: blocking or multiplexing * multiple event handling strategy: blocking or multiplexing
with `select()`; with `select()`;
* Configuration with a run control file (ruby DSL); * configuration with a run control file (ruby DSL);
* Key bindings with user defined code as callback; * key bindings with user defined code as callback;
* Configurable modifier key; * configurable modifier key;
* Support user-defined layout strategies; * support user-defined layout strategies;
* Program execution; * program execution;
* No re-parenting (therefore, no window decoration either); * no re-parenting (therefore, no window decoration either);
* No grabbing of the modifier key alone; * no grabbing of the modifier key alone;
* No mouse handling; * no mouse handling;
* Very limited ICCCM support. * very limited ICCCM support.
Getting started Getting started