|
||
---|---|---|
.i3 | ||
bin | ||
.stow-local-ignore | ||
README.md |
README.md
Modular i3 configuration
Dependencies
- i3
- dmenu
- i3blocks
- Font Awesome
- colorize (optional)
How it works
This is a modular-based i3 configuration. As i3 does not support includes yet, the shellscript reload-conf
is used to concatenate all the different configuration modules in a final .i3/config
file.
reload conf
also regenerate the i3blocks configuration.
Colors are generated by colorize. If you do not use colorize, you can instead change the colors in the colors*
file.
Files 0X_* contain general i3 configuration, variables and client configuration Files 1X_* define normal mode binds, generic stuff such as navigation between clients. Files 2X_* define several modes, resize, system, media… Files 9X_* are used to define startup behaviors.