Add config for loading keybindings

This commit is contained in:
Victoria Brekenfeld 2022-03-28 23:45:30 +02:00
parent 4796832521
commit aab52b502c
7 changed files with 367 additions and 63 deletions

View file

@ -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;