diff --git a/README.md b/README.md index bd4f64a..b4f6748 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,7 @@ This library is not available publicly yet as the interface is not stable enough * `dmenu`, use show * `D`, arguments are the same as config in worf, no need to have this flag. * `dark`, dark setting from theme is used now. +* `filter-rate`, worf is fast enough not to need this debounce ### Dropped configuration options * stylesheet -> use style instead diff --git a/src/lib/config.rs b/src/lib/config.rs index ea914ad..9ab422b 100644 --- a/src/lib/config.rs +++ b/src/lib/config.rs @@ -272,8 +272,6 @@ pub struct Config { #[clap(long = "valign")] valign: Option, - filter_rate: Option, // todo support this - /// Defines the image size in pixels #[clap(long = "image-size")] image_size: Option,