Add config for loading keybindings
This commit is contained in:
parent
4796832521
commit
aab52b502c
7 changed files with 367 additions and 63 deletions
|
|
@ -9,6 +9,7 @@ use anyhow::{Context, Result};
|
|||
use std::{ffi::OsString, sync::atomic::Ordering};
|
||||
|
||||
pub mod backend;
|
||||
pub mod config;
|
||||
pub mod input;
|
||||
mod logger;
|
||||
pub mod shell;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue