zellij/zellij-utils/src/input
a-kenji a9088264eb Change layout directory from data to config
* default layouts won't be installed by anymore,
  instead they will be directly loaded

* `layout-dir` is now a subdirectory of the
  `config-dir` by default, instead of the `data-dir`

  POSSIBLE BREAKING CHANGE:
  In case of having custom layouts in the previous
  `layout-dir` one can switch either the layouts to
  the new dir, or set the `layout-dir` to be the current
  `layout-dir`

* it is possible to change the location of the `layout-dir`:
  - `zellij options --layout-dir [LAYOUR_DIR]`
  - `layout_dir: [LAYOUT_DIR]`
2021-06-16 17:09:05 +02:00
..
unit Big refactor: separate crates for client, server and utilities 2021-05-16 21:41:56 +05:30
actions.rs Use Action enum for Quit and detach instead of separate messages under ClientToServerMsg 2021-05-22 22:19:50 +05:30
config.rs Add color theme config 2021-05-30 15:07:21 +02:00
keybinds.rs Big refactor: separate crates for client, server and utilities 2021-05-16 21:41:56 +05:30
layout.rs Change layout directory from data to config 2021-06-16 17:09:05 +02:00
mod.rs Move layout.rs from server to utils 2021-06-14 21:55:17 +02:00
options.rs Change layout directory from data to config 2021-06-16 17:09:05 +02:00
theme.rs Add color theme config 2021-05-30 15:07:21 +02:00