Fix capitalization in documented feature list
This commit is contained in:
20
README.md
20
README.md
@@ -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
|
||||||
|
Reference in New Issue
Block a user