summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2015-01-07i3: add configuration file for i3Olivier Gayot
Since WMII is deprecated, we finally follow the advise of switching to i3 window manager. Some configuration has been added so that it behaves like WMII as much as possible. Here is a list of some features that have been configured: * default keys to move / resize / focus windows * handling of control volume keys * names of the tags * default layout for new containers (stacked instead of split) * ... Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
2014-12-23README: fix incorrect use of mardown listOlivier Gayot
We need a blank line before a list of items (beginning with '*') so that markdown actually interprets that as a list. Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
2014-12-23README: describe the installation process in the README fileOlivier Gayot
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>