Include key bindings in config
This commit is contained in:
parent
e1c3a463b2
commit
c53e3c262e
3 changed files with 305 additions and 19 deletions
|
|
@ -82,6 +82,9 @@ pub struct Config {
|
|||
|
||||
// TODO Invoke external notification command?
|
||||
pub euph: Euph,
|
||||
|
||||
#[serde(default)]
|
||||
pub keys: Keys,
|
||||
}
|
||||
|
||||
impl Config {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue