resume_file_path -> resume_file

Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
Marko Korhonen 2020-01-19 22:33:41 +02:00
parent 2aa75b81e9
commit fffc9b619c
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5
4 changed files with 7 additions and 7 deletions

View file

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