Include key bindings in config

This commit is contained in:
Joscha 2023-04-27 18:13:43 +02:00
parent e1c3a463b2
commit c53e3c262e
3 changed files with 305 additions and 19 deletions

View file

@ -82,6 +82,9 @@ pub struct Config {
// TODO Invoke external notification command?
pub euph: Euph,
#[serde(default)]
pub keys: Keys,
}
impl Config {