resume_file_path -> resume_file
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
parent
2aa75b81e9
commit
fffc9b619c
4 changed files with 7 additions and 7 deletions
|
@ -7,7 +7,7 @@ extern crate xdg;
|
|||
|
||||
fn default_config() -> Config {
|
||||
Config {
|
||||
resume_file_path: PathBuf::from("/tmp/lqsd-resume"),
|
||||
resume_file: PathBuf::from("/tmp/lqsd-resume"),
|
||||
idle_level: 0,
|
||||
dim_speed: 50,
|
||||
resume_speed: 25,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue